hcc icon indicating copy to clipboard operation
hcc copied to clipboard

How to compute `user_sgpr_count` in ROCm ISA code?

Open ghostplant opened this issue 6 years ago • 0 comments

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.

ghostplant avatar Aug 13 '19 21:08 ghostplant