tqchen commented on a change in pull request #4855: [Refactor] move vm.py under
runtime and adt to runtime.container.py
URL: https://github.com/apache/incubator-tvm/pull/4855#discussion_r377348247
##########
File path: python/tvm/autotvm/task/relay_integration.py
##########
@@ -49,7 +50,7 @@ def _lower(mod,
grc = graph_runtime_codegen.GraphRuntimeCodegen(None, target)
grc.codegen(mod["main"])
# default case
- compiler = relay.vm.VMCompiler()
+ compiler = runtime.vm.VMCompiler()
Review comment:
Yes, the idea is that we want the structure to reflect the structure in the
C++ project.
More importantly, we should be able to isolate the files under
python/tvm/runtime for runtime only packaging.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services