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 1307bb8 commit c54c98fCopy full SHA for c54c98f
ggml/src/ggml-cuda/CMakeLists.txt
@@ -40,7 +40,7 @@ if (CUDAToolkit_FOUND)
40
41
# Always included after base architecture assuming CUDA toolkit version is 11.1 or higher
42
list(APPEND ARCH_LIST "61-virtual" "70-virtual" "75-virtual" "80-virtual" "86-real")
43
-
+
44
# Version-dependent architectures for newer GPUs
45
if (CUDAToolkit_VERSION VERSION_GREATER_EQUAL "11.8")
46
list(APPEND ARCH_LIST "89-real")
@@ -49,7 +49,7 @@ if (CUDAToolkit_FOUND)
49
if (CUDAToolkit_VERSION VERSION_GREATER_EQUAL "12.8")
50
list(APPEND ARCH_LIST "120-real")
51
endif()
52
53
set(CMAKE_CUDA_ARCHITECTURES ${ARCH_LIST})
54
55
0 commit comments