There was an error while loading. Please reload this page.
1 parent dd2812f commit f27a2f0Copy full SHA for f27a2f0
CMakeLists.txt
@@ -29,6 +29,7 @@ option(DPCTL_TARGET_CUDA
29
"Build DPCTL to target CUDA devices"
30
OFF
31
)
32
+option(DPCTL_WITH_REDIST "Build DPCTL assuming DPC++ redistributable is installed into Python prefix" OFF)
33
34
find_package(IntelSYCL REQUIRED PATHS ${CMAKE_SOURCE_DIR}/cmake NO_DEFAULT_PATH)
35
0 commit comments