[PATCH] D92708: [NFC][AMDGPU] AMDGPUUsage updates

Tony Tye via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 4 16:59:39 PST 2020


t-tye created this revision.
t-tye added a reviewer: kzhuravl.
Herald added subscribers: kerbowa, tpr, dstuttard, yaxunl, nhaehnle, jvesely.
t-tye requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D92708

Files:
  llvm/docs/AMDGPUUsage.rst


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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92708.309700.patch
Type: text/x-patch
Size: 978 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201205/07bd52fc/attachment.bin>


More information about the llvm-commits mailing list