areusch commented on a change in pull request #7533:
URL: https://github.com/apache/tvm/pull/7533#discussion_r586854688
##########
File path: python/tvm/runtime/module.py
##########
@@ -370,6 +370,33 @@ def export_library(self, file_name, fcompile=None,
addons=None, workspace_dir=No
return fcompile(file_name, files, **kwargs)
+ def export_model_library_format(self, codegen_dir: str):
Review comment:
I added an error when non-c and non-llvm modules are encountered
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]