File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ set(devicertl_base_directory ${CMAKE_CURRENT_SOURCE_DIR})
60
60
set (include_directory ${devicertl_base_directory} /include )
61
61
set (source_directory ${devicertl_base_directory} /src )
62
62
63
- set (all_capabilities 35 37 50 52 53 60 61 62 70 72 75 80 )
63
+ set (all_capabilities 35 37 50 52 53 60 61 62 70 72 75 80 86 )
64
64
65
65
set (LIBOMPTARGET_NVPTX_COMPUTE_CAPABILITIES ${all_capabilities} CACHE STRING
66
66
"List of CUDA Compute Capabilities to be used to compile the NVPTX DeviceRTL." )
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ set(devicertl_common_directory
93
93
set (devicertl_nvptx_directory
94
94
${devicertl_base_directory} /nvptx )
95
95
96
- set (all_capabilities 35 37 50 52 53 60 61 62 70 72 75 80 )
96
+ set (all_capabilities 35 37 50 52 53 60 61 62 70 72 75 80 86 )
97
97
98
98
set (LIBOMPTARGET_NVPTX_COMPUTE_CAPABILITIES ${all_capabilities} CACHE STRING
99
99
"List of CUDA Compute Capabilities to be used to compile the NVPTX device RTL." )
You can’t perform that action at this time.
0 commit comments