junrushao1994 commented on pull request #8678:
URL: https://github.com/apache/tvm/pull/8678#issuecomment-894606943


   The syntax should be `__launch_bounds__(maxThreadsPerBlock, 
minBlocksPerMultiprocessor)`.
   
   However, in the failing test, I am seeing:
   
   ```
   grid=(16,8,1),  block=(32,2,2)
   ...
   __launch_bounds__(1)
   ```
   
   Would you like to double check? @ArmageddonKnight 
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to