From 3242eaef27196c717227331bed6a5af31a92b074 Mon Sep 17 00:00:00 2001 From: Tony Date: Sat, 5 Dec 2020 00:57:21 +0000 Subject: [PATCH] [NFC][AMDGPU] AMDGPUUsage updates - Document code object V2 gfx800. - Document amdpal is supported by Linux Pro. Differential Revision: https://reviews.llvm.org/D92708 --- llvm/docs/AMDGPUUsage.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst index ce8a5ba..bcb960d 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`` -- 2.7.4