We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89cebea commit 0bc34efCopy full SHA for 0bc34ef
dependencies/FindO2GPU.cmake
@@ -10,7 +10,7 @@
10
# or submit itself to any jurisdiction.
11
12
# NOTE!!!! - Whenever this file is changed, move it over to alidist/resources
13
-# FindO2GPU.cmake Version 7
+# FindO2GPU.cmake Version 8
14
15
if(NOT DEFINED ENABLE_CUDA)
16
set(ENABLE_CUDA "AUTO")
@@ -32,7 +32,7 @@ if(CMAKE_BUILD_TYPE_UPPER STREQUAL "DEBUG")
32
endif()
33
34
if(CUDA_COMPUTETARGET AND CUDA_COMPUTETARGET STREQUAL "default")
35
- set(CUDA_COMPUTETARGET 86 89)
+ set(CUDA_COMPUTETARGET 80-real 86-real 89-real 120-real 75-virtual)
36
37
38
if(HIP_AMDGPUTARGET AND HIP_AMDGPUTARGET STREQUAL "default")
0 commit comments