Rhys-Q commented on PR #17913:
URL: https://github.com/apache/tvm/pull/17913#issuecomment-3478071463

   I noticed that there will be an issue with argument passing when constexpr 
is not placed last. For example:
   ```
   def add(
       batch_size: tl.constexpr,
       x,
       y,
   ):
       pass
   ```


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