[llvm] 17cfd01 - [AMDGPU][Doc] Add `gfx950` to `gfx9-4-generic` in the document

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 3 08:17:56 PST 2024


Author: Shilei Tian
Date: 2024-12-03T11:17:22-05:00
New Revision: 17cfd016b4621b8ae52bc7cc27570dd6fa8c0129

URL: https://github.com/llvm/llvm-project/commit/17cfd016b4621b8ae52bc7cc27570dd6fa8c0129
DIFF: https://github.com/llvm/llvm-project/commit/17cfd016b4621b8ae52bc7cc27570dd6fa8c0129.diff

LOG: [AMDGPU][Doc] Add `gfx950` to `gfx9-4-generic` in the document

Added: 
    

Modified: 
    llvm/docs/AMDGPUUsage.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index 411a1209ef947e..c076b877bc8a12 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -586,7 +586,7 @@ Generic processor code objects are versioned. See :ref:`amdgpu-generic-processor
      ``gfx9-4-generic``   ``amdgcn``     - ``gfx940``      - xnack            - Absolute flat   FP8 and BF8 instructions,
                                          - ``gfx941``      - sramecc            scratch         FP8 and BF8 conversion instructions,
                                          - ``gfx942``                                           as well as instructions with XF32 format support
-                                                                                                are not available.
+                                         - ``gfx950``                                           are not available.
 
 
      ``gfx10-1-generic``  ``amdgcn``     - ``gfx1010``     - xnack            - Absolute flat   - The following instructions are


        


More information about the llvm-commits mailing list