Skip to content

Commit c54c98f

Browse files
remove whitespaces
1 parent 1307bb8 commit c54c98f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ggml/src/ggml-cuda/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if (CUDAToolkit_FOUND)
4040

4141
# Always included after base architecture assuming CUDA toolkit version is 11.1 or higher
4242
list(APPEND ARCH_LIST "61-virtual" "70-virtual" "75-virtual" "80-virtual" "86-real")
43-
43+
4444
# Version-dependent architectures for newer GPUs
4545
if (CUDAToolkit_VERSION VERSION_GREATER_EQUAL "11.8")
4646
list(APPEND ARCH_LIST "89-real")
@@ -49,7 +49,7 @@ if (CUDAToolkit_FOUND)
4949
if (CUDAToolkit_VERSION VERSION_GREATER_EQUAL "12.8")
5050
list(APPEND ARCH_LIST "120-real")
5151
endif()
52-
52+
5353
set(CMAKE_CUDA_ARCHITECTURES ${ARCH_LIST})
5454
endif()
5555
endif()

0 commit comments

Comments
 (0)