We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a6625 commit 97f4e5aCopy full SHA for 97f4e5a
flang/cmake/modules/AddFlangOffloadRuntime.cmake
@@ -98,10 +98,10 @@ macro(enable_omp_offload_compilation files)
98
99
set(all_amdgpu_architectures
100
"gfx700;gfx701;gfx801;gfx803;gfx900;gfx902;gfx906"
101
- "gfx908;gfx90a;gfx90c;gfx942;gfx1010;gfx1030"
+ "gfx908;gfx90a;gfx90c;gfx942;gfx950;gfx1010;gfx1030"
102
"gfx1031;gfx1032;gfx1033;gfx1034;gfx1035;gfx1036"
103
"gfx1100;gfx1101;gfx1102;gfx1103;gfx1150;gfx1151"
104
- "gfx1152;gfx1153"
+ "gfx1152;gfx1153;gfx1200;gfx1201"
105
)
106
set(all_nvptx_architectures
107
"sm_35;sm_37;sm_50;sm_52;sm_53;sm_60;sm_61;sm_62"
0 commit comments