diff --git a/openmp/libomptarget/DeviceRTL/CMakeLists.txt b/openmp/libomptarget/DeviceRTL/CMakeLists.txt index f71bdeae3d7f0..df8e4a5126fd4 100644 --- a/openmp/libomptarget/DeviceRTL/CMakeLists.txt +++ b/openmp/libomptarget/DeviceRTL/CMakeLists.txt @@ -232,7 +232,7 @@ function(compileDeviceRTLLibrary target_cpu target_name target_triple) set(target_feature "") if("${target_triple}" STREQUAL "nvptx64-nvidia-cuda") - set(target_feature "feature=+ptx61") + set(target_feature "feature=+ptx63") endif() # Package the bitcode in the bitcode and embed it in an ELF for the static library