Skip to content

Commit 739164c

Browse files
Munesanzjhuber6
authored andcommitted
[OpenMP] Build device runtimes for sm_87
Summary: These were missing from the list of all architectures. Differential Revision: https://reviews.llvm.org/D155287
1 parent 62c1cf7 commit 739164c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmp/libomptarget/DeviceRTL/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ set(all_amdgpu_architectures "gfx700;gfx701;gfx801;gfx803;gfx900;gfx902;gfx906"
5959
"gfx1031;gfx1032;gfx1033;gfx1034;gfx1035;gfx1036"
6060
"gfx1100;gfx1101;gfx1102;gfx1103")
6161
set(all_nvptx_architectures "sm_35;sm_37;sm_50;sm_52;sm_53;sm_60;sm_61;sm_62"
62-
"sm_70;sm_72;sm_75;sm_80;sm_86;sm_89;sm_90")
62+
"sm_70;sm_72;sm_75;sm_80;sm_86;sm_87;sm_89;sm_90")
6363
set(all_gpu_architectures
6464
"${all_amdgpu_architectures};${all_nvptx_architectures}")
6565

0 commit comments

Comments
 (0)