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 2b05908 commit fc0aaafCopy full SHA for fc0aaaf
cmake/CheckNvidiaGpu.cmake
@@ -9,7 +9,7 @@ if(NOT CUDAToolkit_FOUND)
9
return()
10
endif()
11
12
-set(CMAKE_CUDA_ARCHITECTURES "60")
+set(CMAKE_CUDA_ARCHITECTURES native)
13
if(NOT CMAKE_CUDA_COMPILER)
14
# In case the CUDA Toolkit directory is not in the PATH
15
find_program(CUDA_COMPILER
0 commit comments