fPecc commented on code in PR #12789:
URL: https://github.com/apache/tvm/pull/12789#discussion_r972943502
##########
python/tvm/micro/model_library_format.py:
##########
@@ -519,7 +570,7 @@ def _export_operator_model_library_format(mod:
build_module.OperatorModule, temp
"""
targets = []
for target in mod.ir_module_by_target.keys():
- if str(target.kind) not in ("llvm", "c"):
+ if str(target.kind) not in ("llvm", "c", "gemmini"):
Review Comment:
Yeah, sorry for that, will change it back.
--
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]