On 14/11/2019 15:33, Kwok Cheung Yeung wrote:
The kernel attributes are changed to request at least 64 SGPRs and 24 VGPRs (i.e. the non-kernel maximum, otherwise the callees may not have enough registers to run in) for non-leaf kernels to take advantage of the reduced number of registers used in non-kernel functions.Okay for trunk?
I think you mean "leaf kernels" can use fewer registers. The code looks right.
OK (but, again, check the white-space) Andrew