[wwwdocs] gcc-14/changes.html (amdgcn): Update for gfx1030/gfx1100

Message ID 2f31f37e-660d-4cf8-8ca1-53af62f521ab@baylibre.com
State New
Headers
Series [wwwdocs] gcc-14/changes.html (amdgcn): Update for gfx1030/gfx1100 |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gcc_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_gcc_build--master-aarch64 fail Patch failed to apply

Commit Message

Tobias Burnus Jan. 26, 2024, 5:06 p.m. UTC
  Mention that gfx1030/gfx1100 are now supported.

As noted in another thread, LLVM 15's assembler is now required, before 
LLVM 13.0.1 would do. (Alternatively, disabling gfx1100 support would 
do.) Hence, the added link to the install documentation.

Comments, suggestions?

Tobias
  

Comments

Andrew Stubbs Jan. 29, 2024, 10:18 a.m. UTC | #1
On 26/01/2024 17:06, Tobias Burnus wrote:
> Mention that gfx1030/gfx1100 are now supported.
> 
> As noted in another thread, LLVM 15's assembler is now required, before 
> LLVM 13.0.1 would do. (Alternatively, disabling gfx1100 support would 
> do.) Hence, the added link to the install documentation.
> 
> Comments, suggestions?

I'm happy with the technical correctness of this, but I'm uncertain if 
"which required an update of the default build requirements" is the sort 
of wording we like in the changelog?

Perhaps like this?

   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 required to support gfx1100.

Andrew
  

Patch

gcc-14/changes.html (amdgcn): Update for gfx1030/gfx1100

Signed-off-by: Tobias Burnus <tburnus@baylibre.com>

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index a04b62ff..2d777f52 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -329,6 +329,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, which required an
+    update of the default
+    <a href="https://gcc.gnu.org/install/specific.html#amdgcn-x-amdhsa">build
+    requirements</a> for the build.</li>
   <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>