Skip to content

Commit 0bc34ef

Browse files
committed
GPU: Change default CUDA architectures to 80-real 86-real 89-real 120-real 75-virtual
1 parent 89cebea commit 0bc34ef

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 7
13+
# FindO2GPU.cmake Version 8
1414

1515
if(NOT DEFINED ENABLE_CUDA)
1616
set(ENABLE_CUDA "AUTO")
@@ -32,7 +32,7 @@ if(CMAKE_BUILD_TYPE_UPPER STREQUAL "DEBUG")
3232
endif()
3333

3434
if(CUDA_COMPUTETARGET AND CUDA_COMPUTETARGET STREQUAL "default")
35-
set(CUDA_COMPUTETARGET 86 89)
35+
set(CUDA_COMPUTETARGET 80-real 86-real 89-real 120-real 75-virtual)
3636
endif()
3737

3838
if(HIP_AMDGPUTARGET AND HIP_AMDGPUTARGET STREQUAL "default")

0 commit comments

Comments
 (0)