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

Tony Tye via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 4 18:14:21 PST 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG3242eaef2719: [NFC][AMDGPU] AMDGPUUsage updates (authored by t-tye).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92708/new/

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.309706.patch
Type: text/x-patch
Size: 978 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201205/8e718e5b/attachment.bin>


More information about the llvm-commits mailing list