[AMDGPU] Add missing gfx architectures to AddFlangOffloadRuntime.cmake (#125827)
This commit is contained in:
parent
a2f9ae1421
commit
55fb793dc9
@ -98,10 +98,10 @@ macro(enable_omp_offload_compilation files)
|
||||
|
||||
set(all_amdgpu_architectures
|
||||
"gfx700;gfx701;gfx801;gfx803;gfx900;gfx902;gfx906"
|
||||
"gfx908;gfx90a;gfx90c;gfx942;gfx1010;gfx1030"
|
||||
"gfx908;gfx90a;gfx90c;gfx942;gfx950;gfx1010;gfx1030"
|
||||
"gfx1031;gfx1032;gfx1033;gfx1034;gfx1035;gfx1036"
|
||||
"gfx1100;gfx1101;gfx1102;gfx1103;gfx1150;gfx1151"
|
||||
"gfx1152;gfx1153"
|
||||
"gfx1152;gfx1153;gfx1200;gfx1201"
|
||||
)
|
||||
set(all_nvptx_architectures
|
||||
"sm_35;sm_37;sm_50;sm_52;sm_53;sm_60;sm_61;sm_62"
|
||||
|
Loading…
x
Reference in New Issue
Block a user