I experimented with some variants to make clearer that each of RDNA2 and RNDA3 applies to two card types, but at the end I settled on the fewest-word version.

Comments, remarks, suggestions? (To this change or in general?)

Current version: https://gcc.gnu.org/gcc-14/changes.html#amdgcn

Compiler flags, listing the the gfx* cards: https://gcc.gnu.org/onlinedocs/gcc/AMD-GCN-Options.html

Tobias

PS: On the compiler side, I am looking forward to a .def file which reduces the number of files to change when adding a new gfx* card, given that we have doubled the number of entries. [Well, 1 missing but I know of one WIP addition.]
gcc-14/changes.html (AMD GCN): Mention gfx1036 support

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 8ac08e9a..b4c602a5 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -623,8 +623,9 @@ a work-in-progress.</p>
 <h3 id="amdgcn">AMD Radeon (GCN)</h3>
 
 <ul>
-  <li>Initial support for the AMD Radeon <code>gfx1030</code> (RDNA2),
-    <code>gfx1100</code> and <code>gfx1103</code> (RDNA3) devices has been
+  <li>Initial support for the AMD Radeon <code>gfx1030</code>,
+    <code>gfx1036</code> (RDNA2), <code>gfx1100</code> and
+    <code>gfx1103</code> (RDNA3) devices has been
     added. LLVM 15+ (assembler and linker) is <a
     href="https://gcc.gnu.org/install/specific.html#amdgcn-x-amdhsa";>required
     to support <code>GFX11</code></a>.

Reply via email to