alanmacd commented on code in PR #13807:
URL: https://github.com/apache/tvm/pull/13807#discussion_r1082945629


##########
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:
   The get_c_metadata() function was being added to the graph executor 
generated source files but never used.



-- 
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]

Reply via email to