You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "alanmacd (via GitHub)" <gi...@apache.org> on 2023/01/20 19:00:30 UTC

[GitHub] [tvm] alanmacd commented on a diff in pull request #13807: [microTVM] Fix host-driven AOT memory workspaces

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

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