[clang] [llvm] [AMDGPU] Introduce a new generic target `gfx9-4-generic` (PR #115190)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 8 10:47:50 PST 2024
================
@@ -121,6 +121,7 @@ static const OffloadArchToStringMap arch_names[] = {
GFX(909), // gfx909
GFX(90a), // gfx90a
GFX(90c), // gfx90c
+ {OffloadArch::GFX9_4_GENERIC, "gfx9-4-generic", "compute_amdgcn"},
----------------
arsenm wrote:
Why "9-4" and not "9.4"?
https://github.com/llvm/llvm-project/pull/115190
More information about the llvm-commits
mailing list