Skip to content

Commit 124e547

Browse files
authored
[AMDGPU][Docs] Correct Radeon Pro 5600M ISA (#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.
1 parent 310ed2b commit 124e547

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

llvm/docs/AMDGPUUsage.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -394,12 +394,12 @@ Every processor supports every OS ABI (see :ref:`amdgpu-os`) with the following
394394

395395
**GCN GFX10.1 (RDNA 1)** [AMD-GCN-GFX10-RDNA1]_
396396
-----------------------------------------------------------------------------------------------------------------------
397-
``gfx1010`` ``amdgcn`` dGPU - cumode - Absolute - *rocm-amdhsa* - Radeon RX 5700
398-
- wavefrontsize64 flat - *pal-amdhsa* - Radeon RX 5700 XT
399-
- xnack scratch - *pal-amdpal* - Radeon Pro 5600 XT
400-
- Radeon Pro 5600M
397+
``gfx1010`` ``amdgcn`` dGPU - cumode - Absolute - *rocm-amdhsa* - Radeon Pro 5600 XT
398+
- wavefrontsize64 flat - *pal-amdhsa* - Radeon RX 5600M
399+
- xnack scratch - *pal-amdpal* - Radeon RX 5700
400+
- Radeon RX 5700 XT
401401
``gfx1011`` ``amdgcn`` dGPU - cumode - *rocm-amdhsa* - Radeon Pro V520
402-
- wavefrontsize64 - Absolute - *pal-amdhsa*
402+
- wavefrontsize64 - Absolute - *pal-amdhsa* - Radeon Pro 5600M
403403
- xnack flat - *pal-amdpal*
404404
scratch
405405
``gfx1012`` ``amdgcn`` dGPU - cumode - Absolute - *rocm-amdhsa* - Radeon RX 5500

0 commit comments

Comments
 (0)