[llvm] [Offload][AMDGPU] accept generic target (PR #118919)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 9 09:38:10 PST 2024
================
@@ -42,11 +42,16 @@ set(devicertl_base_directory ${CMAKE_CURRENT_SOURCE_DIR})
set(include_directory ${devicertl_base_directory}/include)
set(source_directory ${devicertl_base_directory}/src)
-set(all_amdgpu_architectures "gfx700;gfx701;gfx801;gfx803;gfx900;gfx902;gfx906"
- "gfx908;gfx90a;gfx90c;gfx940;gfx941;gfx942;gfx950;gfx1010"
- "gfx1012;gfx1030;gfx1031;gfx1032;gfx1033;gfx1034;gfx1035"
- "gfx1036;gfx1100;gfx1101;gfx1102;gfx1103;gfx1150"
- "gfx1151;gfx1152;gfx1153")
+set(all_amdgpu_architectures "gfx700;gfx701;gfx801;gfx803"
+ "gfx9-generic;gfx900;gfx902;gfx906;gfx908"
+ "gfx90a;gfx90c"
+ "gfx9-4-generic;gfx940;gfx941;gfx942;gfx950"
+ "gfx10-1-generic;gfx1010;gfx1012"
+ "gfx10-3-generic;gfx1030;gfx1031;gfx1032;gfx1033"
+ "gfx1034;gfx1035;gfx1036"
+ "gfx11-generic;gfx1100;gfx1101;gfx1102;gfx1103"
+ "gfx1150;gfx1151;gfx1152;gfx1153"
+ "gfx12-generic")
----------------
hidekisaito wrote:
Related PR by @jhuber6 at https://github.com/llvm/llvm-project/pull/119091
https://github.com/llvm/llvm-project/pull/118919
More information about the llvm-commits
mailing list