[llvm] d6a228c - [NFC][AMDGPU] Correct product name for gfx908

Tony Tye via llvm-commits llvm-commits at lists.llvm.org
Tue May 11 08:23:34 PDT 2021


Author: Tony Tye
Date: 2021-05-11T15:17:04Z
New Revision: d6a228cba47ffb33d4f6814af1feaf49b34568d0

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

LOG: [NFC][AMDGPU] Correct product name for gfx908

The product name for gfx908 is "AMD Instinct MI100 Accelerator".

Reviewed By: rampitec

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

Added: 
    

Modified: 
    llvm/docs/AMDGPUUsage.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index 04f35747745c0..ae9bb58f854cf 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -340,7 +340,7 @@ Every processor supports every OS ABI (see :ref:`amdgpu-os`) with the following
                                                     - xnack             flat          - *pal-amdhsa*  - Radeon Instinct MI60
                                                                         scratch       - *pal-amdpal*  - Radeon VII
                                                                                                       - Radeon Pro VII
-     ``gfx908``                  ``amdgcn``   dGPU  - sramecc                         - *rocm-amdhsa* - Radeon Instinct MI100 Accelerator
+     ``gfx908``                  ``amdgcn``   dGPU  - sramecc                         - *rocm-amdhsa* - AMD Instinct MI100 Accelerator
                                                     - xnack           - Absolute
                                                                         flat
                                                                         scratch


        


More information about the llvm-commits mailing list