[llvm] fe145b6 - [AMDGPU] Correct processor names for gfx1010 and gfx1011

via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 12 13:16:42 PDT 2020


Author: Tony
Date: 2020-10-12T20:16:12Z
New Revision: fe145b66ecfd98769feef496d47e49781efd6a2e

URL: https://github.com/llvm/llvm-project/commit/fe145b66ecfd98769feef496d47e49781efd6a2e
DIFF: https://github.com/llvm/llvm-project/commit/fe145b66ecfd98769feef496d47e49781efd6a2e.diff

LOG: [AMDGPU] Correct processor names for gfx1010 and gfx1011

Change-Id: Ie409f86876b0437d0b0405aff42872963708d926

Differential Revision: https://reviews.llvm.org/D89259

Added: 
    

Modified: 
    llvm/docs/AMDGPUUsage.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index f2b605fb3563..cc67bfc6758c 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -245,15 +245,18 @@ names from both the *Processor* and *Alternative Processor* can be used.
      ``gfx1010``                 ``amdgcn``   dGPU  - xnack                   - Radeon RX 5700
                                                       [off]                   - Radeon RX 5700 XT
                                                     - wavefrontsize64         - Radeon Pro 5600 XT
-                                                      [off]
+                                                      [off]                   - Radeon Pro 5600M
                                                     - cumode
                                                       [off]
-     ``gfx1011``                 ``amdgcn``   dGPU  - xnack                   - Radeon Pro 5600M
+     ``gfx1011``                 ``amdgcn``   dGPU  - xnack                   *TBA*
                                                       [off]
                                                     - wavefrontsize64
                                                       [off]
                                                     - cumode
                                                       [off]
+                                                                              .. TODO
+                                                                                 Add product
+                                                                                 names.
      ``gfx1012``                 ``amdgcn``   dGPU  - xnack                   - Radeon RX 5500
                                                       [off]                   - Radeon RX 5500 XT
                                                     - wavefrontsize64


        


More information about the llvm-commits mailing list