Skip to content

Commit d4b1cf8

Browse files
committed
[OpenMP] Build device runtimes for sm_86
Reviewed By: carlo.bertolli Differential Revision: https://reviews.llvm.org/D113111
1 parent ab9f3f5 commit d4b1cf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openmp/libomptarget/DeviceRTL/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ set(devicertl_base_directory ${CMAKE_CURRENT_SOURCE_DIR})
6060
set(include_directory ${devicertl_base_directory}/include)
6161
set(source_directory ${devicertl_base_directory}/src)
6262

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)
6464

6565
set(LIBOMPTARGET_NVPTX_COMPUTE_CAPABILITIES ${all_capabilities} CACHE STRING
6666
"List of CUDA Compute Capabilities to be used to compile the NVPTX DeviceRTL.")

openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ set(devicertl_common_directory
9393
set(devicertl_nvptx_directory
9494
${devicertl_base_directory}/nvptx)
9595

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)
9797

9898
set(LIBOMPTARGET_NVPTX_COMPUTE_CAPABILITIES ${all_capabilities} CACHE STRING
9999
"List of CUDA Compute Capabilities to be used to compile the NVPTX device RTL.")

0 commit comments

Comments
 (0)