Thank you, will start a new thread about that.
About the original post in the thread, i do have one small concern.
Whenever we provide Export_library a path, it always has to be accompanied with
correct extension name.
Like below:
`mod.export_library("xx.so")`
As we are coming up with a Packed Module, is it possible to lose this extension
spec in the name and let TVM internally decide the extension based on the
Target spec.
Can be like below:
`mod.export_library("/Path-to-Module/Module-name")`
or
`mod.export_library("/Path-to-Module")` --> Here default name can be assigned.
---
[Visit
Topic](https://discuss.tvm.ai/t/discuss-module-based-model-runtime-interface/5025/69)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.ai/email/unsubscribe/24e5b7b9cffab0f4363d73b4711bc34bd6649dcf548e85cbba9f30a4e7c3fc2b).