Skip to content

Commit 3143a4c

Browse files
committed
add arch100
1 parent 193e7a3 commit 3143a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if(BUILD_WITH_CUDA)
6969
if(${CUDAToolkit_VERSION} VERSION_LESS 13.0)
7070
set(CMAKE_CUDA_ARCHITECTURES 53 62 75 80 87 89 90 CACHE STRING "CUDA architectures" FORCE)
7171
else()
72-
set(CMAKE_CUDA_ARCHITECTURES 75 80 87 89 90 CACHE STRING "CUDA architectures" FORCE)
72+
set(CMAKE_CUDA_ARCHITECTURES 75 80 87 89 90 100 CACHE STRING "CUDA architectures" FORCE)
7373
endif()
7474
endif()
7575
endif()

0 commit comments

Comments
 (0)