[llvm] [AMDGPU][Docs] Correct Radeon Pro 5600M ISA (PR #140041)

Frederik Harwath via llvm-commits llvm-commits at lists.llvm.org
Thu May 15 04:07:45 PDT 2025


https://github.com/frederik-h created https://github.com/llvm/llvm-project/pull/140041

As observed by LLVM Discord user "buck", the Radeon Pro 5600M is gfx1011 and the entry in the gfx1010 category was probably meant to be Radeon RX 5600M which indeed is gfx1010.

>From 3ef4a8d876032acc6453402cdab376efe579fe8a Mon Sep 17 00:00:00 2001
From: Frederik Harwath <fharwath at amd.com>
Date: Thu, 15 May 2025 06:52:55 -0400
Subject: [PATCH] [AMDGPU][Docs] Correct Radeon Pro 5600M ISA

As observed by LLVM Discord user "buck", the Radeon Pro 5600M is
gfx1011 and the entry in the gfx1010 category was probably meant
to be Radeon RX 5600M which indeed is gfx1010.
---
 llvm/docs/AMDGPUUsage.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index d1535960a0257..55b168b20d0e7 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -394,12 +394,12 @@ Every processor supports every OS ABI (see :ref:`amdgpu-os`) with the following
 
      **GCN GFX10.1 (RDNA 1)** [AMD-GCN-GFX10-RDNA1]_
      -----------------------------------------------------------------------------------------------------------------------
-     ``gfx1010``                 ``amdgcn``   dGPU  - cumode          - Absolute      - *rocm-amdhsa* - Radeon RX 5700
-                                                    - wavefrontsize64   flat          - *pal-amdhsa*  - Radeon RX 5700 XT
-                                                    - xnack             scratch       - *pal-amdpal*  - Radeon Pro 5600 XT
-                                                                                                      - Radeon Pro 5600M
+     ``gfx1010``                 ``amdgcn``   dGPU  - cumode          - Absolute      - *rocm-amdhsa* - Radeon Pro 5600 XT
+                                                    - wavefrontsize64   flat          - *pal-amdhsa*  - Radeon RX 5600M
+                                                    - xnack             scratch       - *pal-amdpal*  - Radeon RX 5700
+                                                                                                      - Radeon RX 5700 XT
      ``gfx1011``                 ``amdgcn``   dGPU  - cumode                          - *rocm-amdhsa* - Radeon Pro V520
-                                                    - wavefrontsize64 - Absolute      - *pal-amdhsa*
+                                                    - wavefrontsize64 - Absolute      - *pal-amdhsa*  - Radeon Pro 5600M
                                                     - xnack             flat          - *pal-amdpal*
                                                                         scratch
      ``gfx1012``                 ``amdgcn``   dGPU  - cumode          - Absolute      - *rocm-amdhsa* - Radeon RX 5500



More information about the llvm-commits mailing list