[PATCH] D89259: [AMDGPU] Correct processor names for gfx1010 and gfx1011

Tony Tye via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 12 13:16:44 PDT 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGfe145b66ecfd: [AMDGPU] Correct processor names for gfx1010 and gfx1011 (authored by t-tye).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89259/new/

https://reviews.llvm.org/D89259

Files:
  llvm/docs/AMDGPUUsage.rst


Index: llvm/docs/AMDGPUUsage.rst
===================================================================
--- llvm/docs/AMDGPUUsage.rst
+++ llvm/docs/AMDGPUUsage.rst
@@ -245,15 +245,18 @@
      ``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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89259.297676.patch
Type: text/x-patch
Size: 1795 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201012/364d7a5f/attachment.bin>


More information about the llvm-commits mailing list