[llvm] [Docs] Add gfx1200/gfx1201 product names (PR #155577)

Jan Patrick Lehr via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 27 02:02:14 PDT 2025


https://github.com/jplehr created https://github.com/llvm/llvm-project/pull/155577

I took the liberty to add the product names according to Wikipedia.

>From ec9f5cba08cb2160da06338e81f53a7846304818 Mon Sep 17 00:00:00 2001
From: JP Lehr <JanPatrick.Lehr at amd.com>
Date: Wed, 27 Aug 2025 03:59:16 -0500
Subject: [PATCH] [Docs] Add gfx1200/gfx1201 product names

---
 llvm/docs/AMDGPUUsage.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index b6d61a62f50ff..60758a33e70f1 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -517,17 +517,17 @@ Every processor supports every OS ABI (see :ref:`amdgpu-os`) with the following
 
      **GCN GFX12 (RDNA 4)** [AMD-GCN-GFX12-RDNA4]_
      -----------------------------------------------------------------------------------------------------------------------
-     ``gfx1200``                 ``amdgcn``   dGPU  - cumode          - Architected                   *TBA*
-                                                    - wavefrontsize64   flat
+     ``gfx1200``                 ``amdgcn``   dGPU  - cumode          - Architected                   - Radeon RX 9060
+                                                    - wavefrontsize64   flat                          - Radeon RX 9060 XT
                                                                         scratch                       .. TODO::
                                                                       - Packed
                                                                         work-item                       Add product
                                                                         IDs                             names.
 
-     ``gfx1201``                 ``amdgcn``   dGPU  - cumode          - Architected                   *TBA*
-                                                    - wavefrontsize64   flat
-                                                                        scratch                       .. TODO::
-                                                                      - Packed
+     ``gfx1201``                 ``amdgcn``   dGPU  - cumode          - Architected                   - Radeon RX 9070
+                                                    - wavefrontsize64   flat                          - Radeon RX 9070 XT
+                                                                        scratch                       - Radeon RX 9070 GRE
+                                                                      - Packed                        .. TODO::
                                                                         work-item                       Add product
                                                                         IDs                             names.
 



More information about the llvm-commits mailing list