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 2021/12/09 19:03:21 UTC

[GitHub] [tvm] mikepapadim opened a new pull request #9692: [CORE] Make `external_mods` first class field in the IRModule

mikepapadim opened a new pull request #9692:
URL: https://github.com/apache/tvm/pull/9692


   Currently, `external_mods` used in te_compiler are stored in the `attrs`. Apart of the `te_compiler` external mods are being used on various AOT helpers to extract the funcs of each mod. Therefore, in this PR we make `external_mods` a first-class first of the `IRModule` and we add helpers to check if external mods are defined and to extract funcs by name similarly to the PackedFucs GetFunction.


-- 
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] mikepapadim closed pull request #9692: [CORE] Make `external_mods` first class field in the IRModule

Posted by GitBox <gi...@apache.org>.
mikepapadim closed pull request #9692:
URL: https://github.com/apache/tvm/pull/9692


   


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