We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c08464 commit e993757Copy full SHA for e993757
1 file changed
CMakeLists.txt
@@ -70,8 +70,7 @@ else()
70
message(STATUS "Vulkan SDK is not found")
71
endif()
72
73
-# TODO(kevinyu): Turn off this flag after I finish developing the PR.
74
-option(NBL_COMPILE_WITH_CUDA "Compile with CUDA interop?" ON)
+option(NBL_COMPILE_WITH_CUDA "Compile with CUDA interop?" OFF)
75
76
if(NBL_COMPILE_WITH_CUDA)
77
find_package(CUDAToolkit REQUIRED)
0 commit comments