Skip to content

Commit 4a70981

Browse files
authored
AMDGPU/gfx12: Minor documentation update (#96079)
1 parent edd2d7c commit 4a70981

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

llvm/docs/AMDGPUUsage.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4811,10 +4811,10 @@ The fields used by CP for code objects before V3 also match those specified in
48114811
- vgprs_used = align(arch_vgprs, 4)
48124812
+ acc_vgprs
48134813
- max(0, ceil(vgprs_used / 8) - 1)
4814-
GFX10-GFX11 (wavefront size 64)
4814+
GFX10-GFX12 (wavefront size 64)
48154815
- max_vgpr 1..256
48164816
- max(0, ceil(vgprs_used / 4) - 1)
4817-
GFX10-GFX11 (wavefront size 32)
4817+
GFX10-GFX12 (wavefront size 32)
48184818
- max_vgpr 1..256
48194819
- max(0, ceil(vgprs_used / 8) - 1)
48204820

@@ -4848,7 +4848,7 @@ The fields used by CP for code objects before V3 also match those specified in
48484848
GFX9
48494849
- sgprs_used 0..112
48504850
- 2 * max(0, ceil(sgprs_used / 16) - 1)
4851-
GFX10-GFX11
4851+
GFX10-GFX12
48524852
Reserved, must be 0.
48534853
(128 SGPRs always
48544854
allocated.)
@@ -5028,7 +5028,7 @@ The fields used by CP for code objects before V3 also match those specified in
50285028
``COMPUTE_PGM_RSRC1.CDBG_USER``.
50295029
26 1 bit FP16_OVFL GFX6-GFX8
50305030
Reserved, must be 0.
5031-
GFX9-GFX11
5031+
GFX9-GFX12
50325032
Wavefront starts execution
50335033
with specified fp16 overflow
50345034
mode.
@@ -5047,7 +5047,7 @@ The fields used by CP for code objects before V3 also match those specified in
50475047
28:27 2 bits Reserved, must be 0.
50485048
29 1 bit WGP_MODE GFX6-GFX9
50495049
Reserved, must be 0.
5050-
GFX10-GFX11
5050+
GFX10-GFX12
50515051
- If 0 execute work-groups in
50525052
CU wavefront execution mode.
50535053
- If 1 execute work-groups on
@@ -5059,7 +5059,7 @@ The fields used by CP for code objects before V3 also match those specified in
50595059
``COMPUTE_PGM_RSRC1.WGP_MODE``.
50605060
30 1 bit MEM_ORDERED GFX6-GFX9
50615061
Reserved, must be 0.
5062-
GFX10-GFX11
5062+
GFX10-GFX12
50635063
Controls the behavior of the
50645064
s_waitcnt's vmcnt and vscnt
50655065
counters.
@@ -5082,7 +5082,7 @@ The fields used by CP for code objects before V3 also match those specified in
50825082
``COMPUTE_PGM_RSRC1.MEM_ORDERED``.
50835083
31 1 bit FWD_PROGRESS GFX6-GFX9
50845084
Reserved, must be 0.
5085-
GFX10-GFX11
5085+
GFX10-GFX12
50865086
- If 0 execute SIMD wavefronts
50875087
using oldest first policy.
50885088
- If 1 execute SIMD wavefronts to

0 commit comments

Comments
 (0)