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 2022/09/16 11:53:24 UTC

[GitHub] [tvm] fPecc commented on a diff in pull request #12789: Added macro generation in MLF export

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org