Skip to content

AMDGPU/Docs: Fix target properties for gfx9-4-generic #125593

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 5, 2025

Conversation

kzhuravl
Copy link
Contributor

@kzhuravl kzhuravl commented Feb 3, 2025

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

@llvmbot
Copy link
Member

llvmbot commented Feb 3, 2025

@llvm/pr-subscribers-backend-amdgpu

Author: Konstantin Zhuravlyov (kzhuravl)

Changes

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


Full diff: https://github.com/llvm/llvm-project/pull/125593.diff

1 Files Affected:

  • (modified) llvm/docs/AMDGPUUsage.rst (+2-2)
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.
 

@kzhuravl kzhuravl force-pushed the fix-gfx9-4-generic-docs branch from a95724c to a18fb71 Compare February 5, 2025 00:07
@kzhuravl kzhuravl merged commit fc4210f into llvm:main Feb 5, 2025
6 of 9 checks passed
@kzhuravl kzhuravl deleted the fix-gfx9-4-generic-docs branch February 5, 2025 02:47
Icohedron pushed a commit to Icohedron/llvm-project that referenced this pull request Feb 11, 2025
gfx9-4-generic has architected flat scratch, not absolute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants