[llvm] 5d45815 - [docs][amdgpu] Update kernarg documentation for gfx90a (#109690)

via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 30 10:51:45 PDT 2024


Author: Jakub Kuderski
Date: 2024-09-30T13:51:41-04:00
New Revision: 5d45815473496db4b041a008e60be17bd78c06ae

URL: https://github.com/llvm/llvm-project/commit/5d45815473496db4b041a008e60be17bd78c06ae
DIFF: https://github.com/llvm/llvm-project/commit/5d45815473496db4b041a008e60be17bd78c06ae.diff

LOG: [docs][amdgpu] Update kernarg documentation for gfx90a (#109690)

Update the docs to mention that kernel argument preloading is not
supported on MI210.

Added: 
    

Modified: 
    llvm/docs/AMDGPUUsage.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index 38300863f7889a..0b8f2e4f96715a 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -361,7 +361,7 @@ Every processor supports every OS ABI (see :ref:`amdgpu-os`) with the following
                                                     - tgsplit           flat          - *rocm-amdhsa* - AMD Instinct MI250 Accelerator
                                                     - xnack             scratch       - *rocm-amdhsa* - AMD Instinct MI250X Accelerator
                                                     - kernarg preload - Packed
-                                                                        work-item
+                                                      (except MI210)    work-item
                                                                         IDs
 
      ``gfx90c``                  ``amdgcn``   APU   - xnack           - Absolute      - *pal-amdpal*  - Ryzen 7 4700G


        


More information about the llvm-commits mailing list