You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/04/27 16:22:04 UTC

[GitHub] [tvm] kparzysz-quic opened a new pull request, #11144: Remove support for run-time linked-params from codegen

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] areusch merged pull request #11144: Remove support for run-time linked-params from codegen

Posted by GitBox <gi...@apache.org>.
areusch merged PR #11144:
URL: https://github.com/apache/tvm/pull/11144


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org