We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 455d44d commit dae7d9fCopy full SHA for dae7d9f
cpp/src/cuda/CMakeLists.txt
@@ -34,5 +34,5 @@ target_compile_options(
34
"$<$<COMPILE_LANGUAGE:CUDA>:SHELL:-gencode arch=compute_70,code=sm_70>"
35
"$<$<COMPILE_LANGUAGE:CUDA>:SHELL:-gencode arch=compute_75,code=sm_75>"
36
"$<$<COMPILE_LANGUAGE:CUDA>:SHELL:-gencode arch=compute_80,code=sm_80>"
37
- "$<$<COMPILE_LANGUAGE:CUDA>:SHELL:-gencode arch=compute_90,code=sm_90>"
+ #"$<$<COMPILE_LANGUAGE:CUDA>:SHELL:-gencode arch=compute_90,code=sm_90>"
38
)
0 commit comments