diff mbox series

[wwwdocs,committed] gcc-14: amdgcn: Add gfx1103

Message ID 20240322164457.947222-1-ams@baylibre.com
State New
Headers show
Series [wwwdocs,committed] gcc-14: amdgcn: Add gfx1103 | expand

Commit Message

Andrew Stubbs March 22, 2024, 4:44 p.m. UTC
I added a note about gfx1103 to the existing text for gfx1100.

Andrew

---
 htdocs/gcc-14/changes.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index d88fbc96..880b9195 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -343,11 +343,11 @@  a work-in-progress.</p>
 <h3 id="amdgcn">AMD Radeon (GCN)</h3>
 
 <ul>
-  <li>Initial support for the AMD Radeon <code>gfx1030</code> (RDNA2) and
-    <code>gfx1100</code> (RDNA3) devices has been added. LLVM 15+ (assembler
-    and linker) is <a
+  <li>Initial support for the AMD Radeon <code>gfx1030</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>gfx1100</code></a>.
+    to support <code>GFX11</code></a>.
   <li>Improved register usage and performance on CDNA Instinct MI100
     and MI200 series devices.</li>
   <li>The default device architecture is now <code>gfx900</code> (Vega).</li>