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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
