We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c5cd4 commit 4d9a95bCopy full SHA for 4d9a95b
CMakeLists.txt
@@ -29,10 +29,9 @@ option(DPCTL_TARGET_CUDA
29
"Build DPCTL to target CUDA devices"
30
OFF
31
)
32
-set(DPCTL_TARGET_HIP
33
- ""
34
- CACHE STRING
+option(DPCTL_TARGET_HIP
35
"Build DPCTL to target a HIP device architecture"
+ ""
36
37
option(DPCTL_WITH_REDIST "Build DPCTL assuming DPC++ redistributable is installed into Python prefix" OFF)
38
option(DPCTL_OFFLOAD_COMPRESS "Build using offload section compression feature of DPC++" OFF)
0 commit comments