mehrdadh commented on code in PR #13807:
URL: https://github.com/apache/tvm/pull/13807#discussion_r1082904042
##########
tests/python/unittest/test_micro_model_library_format.py:
##########
@@ -618,7 +618,6 @@ def test_multiple_relay_modules_aot_graph():
assert os.path.exists(os.path.join(extract_dir, "codegen", "host", "src",
"mod1_lib0.c"))
assert os.path.exists(os.path.join(extract_dir, "codegen", "host", "src",
"mod1_lib1.c"))
- assert os.path.exists(os.path.join(extract_dir, "codegen", "host", "src",
"mod1_lib2.c"))
Review Comment:
Could you please comment why `mod2` is not generated anymore?
--
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]