[llvm] [docs][amdgpu] (PR #109690)

Jakub Kuderski via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 23 10:17:59 PDT 2024


https://github.com/kuhar created https://github.com/llvm/llvm-project/pull/109690

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

>From 0cdf4063c6b64839456fc4ee8230e9d614d1a2ac Mon Sep 17 00:00:00 2001
From: Jakub Kuderski <jakub at nod-labs.com>
Date: Mon, 23 Sep 2024 13:16:43 -0400
Subject: [PATCH] [docs][amdgpu]

Update the docs to mention that kernel argument preloading is not
supported on MI210.
---
 llvm/docs/AMDGPUUsage.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index ba62a68c4a509e..5526d2b8fa9eb9 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