hcc
hcc copied to clipboard
How to compute `user_sgpr_count` in ROCm ISA code?
How to compute user_sgpr_count in ROCm ISA code?
e.g.
.amd_kernel_code_t
...
user_sgpr_count = 6
...
.end_amd_kernel_code_t
Didn't find any detailed explanation about how to set the value for this field.