[llvm-branch-commits] [clang] [AMDGPU][clang] Replace gfx940 and gfx941 with gfx942 in clang (PR #126762)

Joseph Huber via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Feb 11 08:43:39 PST 2025


================
@@ -106,8 +106,6 @@ enum class OffloadArch {
   GFX90a,
   GFX90c,
   GFX9_4_GENERIC,
-  GFX940,
-  GFX941,
----------------
jhuber6 wrote:

Seems bizarre to just fully remove support when we still accept things like `gfx600` to this day. As far as I understand, these are basically just being replaced by `gfx942`. Would it be at all possible to do `GFX940 = GFX942`?

https://github.com/llvm/llvm-project/pull/126762


More information about the llvm-branch-commits mailing list