diff --git a/openmp/libomptarget/DeviceRTL/CMakeLists.txt b/openmp/libomptarget/DeviceRTL/CMakeLists.txt --- a/openmp/libomptarget/DeviceRTL/CMakeLists.txt +++ b/openmp/libomptarget/DeviceRTL/CMakeLists.txt @@ -60,7 +60,7 @@ set(include_directory ${devicertl_base_directory}/include) set(source_directory ${devicertl_base_directory}/src) -set(all_capabilities 35 37 50 52 53 60 61 62 70 72 75 80) +set(all_capabilities 35 37 50 52 53 60 61 62 70 72 75 80 86) set(LIBOMPTARGET_NVPTX_COMPUTE_CAPABILITIES ${all_capabilities} CACHE STRING "List of CUDA Compute Capabilities to be used to compile the NVPTX DeviceRTL.") diff --git a/openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt b/openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt --- a/openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt +++ b/openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt @@ -93,7 +93,7 @@ set(devicertl_nvptx_directory ${devicertl_base_directory}/nvptx) -set(all_capabilities 35 37 50 52 53 60 61 62 70 72 75 80) +set(all_capabilities 35 37 50 52 53 60 61 62 70 72 75 80 86) set(LIBOMPTARGET_NVPTX_COMPUTE_CAPABILITIES ${all_capabilities} CACHE STRING "List of CUDA Compute Capabilities to be used to compile the NVPTX device RTL.")