Skip to content

Commit c43853e

Browse files
committed
removing support for 60/61 GPU arch
1 parent 4500c1c commit c43853e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,7 @@ if(USE_CUDA)
4343
enable_language(CUDA)
4444
message(STATUS "CUDA compiler detected at: ${CMAKE_CUDA_COMPILER}")
4545
# Optionally allow the user to set CUDA architectures manually, otherwise set a default
46-
if(NOT DEFINED CMAKE_CUDA_ARCHITECTURES)
47-
# Set default architectures (compatible for most modern NVIDIA GPUs)
48-
set(CMAKE_CUDA_ARCHITECTURES 60 61 70 75 80 86)
49-
endif()
46+
set(CMAKE_CUDA_ARCHITECTURES 70 75 80 86)
5047
message(STATUS "Using CUDA architectures: ${CMAKE_CUDA_ARCHITECTURES}")
5148
set(BUILD_GPU_TARGET ON)
5249
else()

0 commit comments

Comments
 (0)