[llvm] AMDGPU/Docs: Fix target properties for gfx9-4-generic (PR #125593)

Konstantin Zhuravlyov via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 3 14:50:20 PST 2025


https://github.com/kzhuravl created https://github.com/llvm/llvm-project/pull/125593

gfx9-4-generic has architected flat scratch, not absolute

>From 0b438448b2caf076883fedcb9a9463903355eb18 Mon Sep 17 00:00:00 2001
From: Konstantin Zhuravlyov <kzhuravl_dev at outlook.com>
Date: Mon, 3 Feb 2025 17:48:49 -0500
Subject: [PATCH] AMDGPU/Docs: Fix target properties for gfx9-4-generic

gfx9-4-generic has architected flat scratch, not absolute
---
 llvm/docs/AMDGPUUsage.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index b646621d12eb0d..41c7aa5a112544 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -583,8 +583,8 @@ Generic processor code objects are versioned. See :ref:`amdgpu-generic-processor
                                                                                                   - ``v_dot2_f32_f16``
 
 
-     ``gfx9-4-generic``   ``amdgcn``     - ``gfx940``      - xnack            - Absolute flat   FP8 and BF8 instructions,
-                                         - ``gfx941``      - sramecc            scratch         FP8 and BF8 conversion instructions,
+     ``gfx9-4-generic``   ``amdgcn``     - ``gfx940``      - xnack            - Architected     FP8 and BF8 instructions,
+                                         - ``gfx941``      - sramecc            flat scratch    FP8 and BF8 conversion instructions,
                                          - ``gfx942``                                           as well as instructions with XF32 format support
                                          - ``gfx950``                                           are not available.
 



More information about the llvm-commits mailing list