[llvm] 72e2fbd - [AMDGPU] Correct gfx1031 XNACK setting documentation

via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 9 12:44:59 PDT 2020


Author: Tony
Date: 2020-09-09T19:43:02Z
New Revision: 72e2fbde5456cfaa03f60750f7f421b165824cc8

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

LOG: [AMDGPU] Correct gfx1031 XNACK setting documentation

- gfx1031 does not support XNACK.

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

Added: 
    

Modified: 
    llvm/docs/AMDGPUUsage.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index 967b667427e0..10f6a3e49509 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -266,9 +266,7 @@ names from both the *Processor* and *Alternative Processor* can be used.
                                                                               .. TODO
                                                                                  Add product
                                                                                  names.
-     ``gfx1031``                 ``amdgcn``   dGPU  - xnack                   *TBA*
-                                                      [off]
-                                                    - wavefrontsize64
+     ``gfx1031``                 ``amdgcn``   dGPU  - wavefrontsize64         *TBA*
                                                       [off]
                                                     - cumode
                                                       [off]


        


More information about the llvm-commits mailing list