t-vi opened a new pull request #4342: Add workgroup size attribute to AMDGPU 
functions in codegen
URL: https://github.com/apache/incubator-tvm/pull/4342
 
 
   When we did not set the workgroup size, LLVM will use too many registers for 
kernel launches with many threads. This resulted in "invalid ISA" errors. Here 
we set the maximum workgroup size to the maximum threads per block from the 
device API.
   
   One might later look into allowing configurations with fewer threads at 
runtime to use more registers.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to