We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a7e2d commit 9de4a87Copy full SHA for 9de4a87
1 file changed
ggml/src/ggml-cuda/CMakeLists.txt
@@ -37,7 +37,7 @@ if (CUDAToolkit_FOUND)
37
endif()
38
39
if (CUDAToolkit_VERSION VERSION_GREATER_EQUAL "12.8")
40
- list(APPEND CMAKE_CUDA_ARCHITECTURES 120f-virtual)
+ list(APPEND CMAKE_CUDA_ARCHITECTURES 120a-real)
41
42
43
0 commit comments