Skip to content

Commit fc4210f

Browse files
authored
AMDGPU/Docs: Fix target properties for gfx9-4-generic (#125593)
gfx9-4-generic has architected flat scratch, not absolute
1 parent e433fc3 commit fc4210f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

llvm/docs/AMDGPUUsage.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -583,11 +583,11 @@ Generic processor code objects are versioned. See :ref:`amdgpu-generic-processor
583583
- ``v_dot2_f32_f16``
584584

585585

586-
``gfx9-4-generic`` ``amdgcn`` - ``gfx940`` - xnack - Absolute flat FP8 and BF8 instructions,
587-
- ``gfx941`` - sramecc scratch FP8 and BF8 conversion instructions,
588-
- ``gfx942`` as well as instructions with XF32 format support
589-
- ``gfx950`` are not available.
590-
586+
``gfx9-4-generic`` ``amdgcn`` - ``gfx940`` - sramecc - Architected FP8 and BF8 instructions,
587+
- ``gfx941`` - tgsplit flat scratch FP8 and BF8 conversion
588+
- ``gfx942`` - xnack - Packed instructions, as well as
589+
- ``gfx950`` - kernarg preload work-item instructions with XF32 format
590+
IDs support are not available.
591591

592592
``gfx10-1-generic`` ``amdgcn`` - ``gfx1010`` - xnack - Absolute flat - The following instructions are
593593
- ``gfx1011`` - wavefrontsize64 scratch not available on ``gfx1011``

0 commit comments

Comments
 (0)