Lunderberg commented on PR #16642:
URL: https://github.com/apache/tvm/pull/16642#issuecomment-1986125550

   > That's a good idea. What would be the analogue to such annotations in a 
PrimFunc? Do we think we need it?
   
   (Apologies, missed the notification on this one.)  For a `PrimFunc`, it 
already has a distinction between `T.call_extern` and `T.call_pure_extern`.  
Looks like a PrimFunc only has `T.call_packed`, and doesn't have a 
corresponding `T.call_pure_packed`.  However, as these are largely for internal 
functions, where the packed interface isn't necessary, and `T.call_pure_extern` 
would be sufficient.


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