Skip to content

Commit 17da522

Browse files
committed
GPU CMake: Bump default CUDA architecture to 75 to support CUDA 13
1 parent d45eac1 commit 17da522

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencies/FindO2GPU.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# or submit itself to any jurisdiction.
1111

1212
# NOTE!!!! - Whenever this file is changed, move it over to alidist/resources
13-
# FindO2GPU.cmake Version 2
13+
# FindO2GPU.cmake Version 3
1414

1515
if(NOT DEFINED ENABLE_CUDA)
1616
set(ENABLE_CUDA "AUTO")
@@ -109,7 +109,7 @@ if(ENABLE_CUDA)
109109
if(CUDA_COMPUTETARGET)
110110
set(CMAKE_CUDA_ARCHITECTURES ${CUDA_COMPUTETARGET})
111111
else()
112-
set(CMAKE_CUDA_ARCHITECTURES 61-virtual)
112+
set(CMAKE_CUDA_ARCHITECTURES 75-virtual)
113113
endif()
114114
set(CMAKE_CUDA_STANDARD ${CMAKE_CXX_STANDARD})
115115
set(CMAKE_CUDA_STANDARD_REQUIRED TRUE)

0 commit comments

Comments
 (0)