@@ -4811,10 +4811,10 @@ The fields used by CP for code objects before V3 also match those specified in
4811
4811
- vgprs_used = align(arch_vgprs, 4)
4812
4812
+ acc_vgprs
4813
4813
- max(0, ceil(vgprs_used / 8) - 1)
4814
- GFX10-GFX11 (wavefront size 64)
4814
+ GFX10-GFX12 (wavefront size 64)
4815
4815
- max_vgpr 1..256
4816
4816
- max(0, ceil(vgprs_used / 4) - 1)
4817
- GFX10-GFX11 (wavefront size 32)
4817
+ GFX10-GFX12 (wavefront size 32)
4818
4818
- max_vgpr 1..256
4819
4819
- max(0, ceil(vgprs_used / 8) - 1)
4820
4820
@@ -4848,7 +4848,7 @@ The fields used by CP for code objects before V3 also match those specified in
4848
4848
GFX9
4849
4849
- sgprs_used 0..112
4850
4850
- 2 * max(0, ceil(sgprs_used / 16) - 1)
4851
- GFX10-GFX11
4851
+ GFX10-GFX12
4852
4852
Reserved, must be 0.
4853
4853
(128 SGPRs always
4854
4854
allocated.)
@@ -5028,7 +5028,7 @@ The fields used by CP for code objects before V3 also match those specified in
5028
5028
``COMPUTE_PGM_RSRC1.CDBG_USER``.
5029
5029
26 1 bit FP16_OVFL GFX6-GFX8
5030
5030
Reserved, must be 0.
5031
- GFX9-GFX11
5031
+ GFX9-GFX12
5032
5032
Wavefront starts execution
5033
5033
with specified fp16 overflow
5034
5034
mode.
@@ -5047,7 +5047,7 @@ The fields used by CP for code objects before V3 also match those specified in
5047
5047
28:27 2 bits Reserved, must be 0.
5048
5048
29 1 bit WGP_MODE GFX6-GFX9
5049
5049
Reserved, must be 0.
5050
- GFX10-GFX11
5050
+ GFX10-GFX12
5051
5051
- If 0 execute work-groups in
5052
5052
CU wavefront execution mode.
5053
5053
- 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
5059
5059
``COMPUTE_PGM_RSRC1.WGP_MODE``.
5060
5060
30 1 bit MEM_ORDERED GFX6-GFX9
5061
5061
Reserved, must be 0.
5062
- GFX10-GFX11
5062
+ GFX10-GFX12
5063
5063
Controls the behavior of the
5064
5064
s_waitcnt's vmcnt and vscnt
5065
5065
counters.
@@ -5082,7 +5082,7 @@ The fields used by CP for code objects before V3 also match those specified in
5082
5082
``COMPUTE_PGM_RSRC1.MEM_ORDERED``.
5083
5083
31 1 bit FWD_PROGRESS GFX6-GFX9
5084
5084
Reserved, must be 0.
5085
- GFX10-GFX11
5085
+ GFX10-GFX12
5086
5086
- If 0 execute SIMD wavefronts
5087
5087
using oldest first policy.
5088
5088
- If 1 execute SIMD wavefronts to
0 commit comments