[llvm] ce74e97 - [AMDGPU] Correct missing sram-ecc target feature for gfx906

via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 6 15:13:12 PDT 2020


Author: Tony
Date: 2020-08-06T22:12:25Z
New Revision: ce74e97d9b15514020bd7ffa1917291240b4e693

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

LOG: [AMDGPU] Correct missing sram-ecc target feature for gfx906

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

Added: 
    

Modified: 
    llvm/docs/AMDGPUUsage.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index 62e993581ad6..3a0df1fad961 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -225,11 +225,11 @@ names from both the *Processor* and *Alternative Processor* can be used.
                                                                                  names.
      ``gfx906``                  ``amdgcn``   dGPU  - xnack                   - Radeon Instinct MI50
                                                       [off]                   - Radeon Instinct MI60
-                                                                              - Radeon VII
-                                                                              - Radeon Pro VII
+                                                    - sram-ecc                - Radeon VII
+                                                      [off]                   - Radeon Pro VII
      ``gfx908``                  ``amdgcn``   dGPU  - xnack                   *TBA*
                                                       [off]
-                                                      sram-ecc
+                                                    - sram-ecc
                                                       [on]
                                                                               .. TODO::
                                                                                  Add product


        


More information about the llvm-commits mailing list