kparzysz-quic opened a new pull request, #11144:
URL: https://github.com/apache/tvm/pull/11144

   Linking parameters via a runtime lookup function no longer happens after 
commit `b5f1dabce4` ([PR#8509](https://github.com/apache/tvm/pull/8509)): "Tir 
constants integration into compilation pipeline". Now, in cases where the 
runtime lookup would have happened in the past, the parameters are embedded 
into TIR, removing the need for a runtime lookup.
   
   There is still plenty of code around that implemented the original runtime 
lookup. This patch removes the unnecessary leftovers from TVM's codegen.


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