[llvm-branch-commits] [llvm] 3242eae - [NFC][AMDGPU] AMDGPUUsage updates

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Dec 4 18:18:54 PST 2020


Author: Tony
Date: 2020-12-05T02:13:17Z
New Revision: 3242eaef27196c717227331bed6a5af31a92b074

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

LOG: [NFC][AMDGPU] AMDGPUUsage updates

- Document code object V2 gfx800.
- Document amdpal is supported by Linux Pro.

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

Added: 
    

Modified: 
    llvm/docs/AMDGPUUsage.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index ce8a5bad3939..bcb960dd75fb 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -77,7 +77,7 @@ to specify the target triple:
                     - AMD's PAL runtime using the *amdhsa* loader on Windows.
 
      ``amdpal``     Graphic shaders and compute kernels executed on AMD's PAL
-                    runtime using the *amdpal* loader on Windows.
+                    runtime using the *amdpal* loader on Windows and Linux Pro.
      ``mesa3d``     Graphic shaders and compute kernels executed on Mesa 3D
                     runtime.
      ============== ============================================================
@@ -1324,6 +1324,7 @@ are deprecated and should not be used.
      ``AMD:AMDGPU:7:0:3`` ``gfx703``
      ``AMD:AMDGPU:7:0:4`` ``gfx704``
      ``AMD:AMDGPU:7:0:5`` ``gfx705``
+     ``AMD:AMDGPU:8:0:0`` ``gfx801:xnack-``
      ``AMD:AMDGPU:8:0:1`` ``gfx801:xnack+``
      ``AMD:AMDGPU:8:0:2`` ``gfx802``
      ``AMD:AMDGPU:8:0:3`` ``gfx803``


        


More information about the llvm-branch-commits mailing list