zhiics commented on a change in pull request #6903:
URL: https://github.com/apache/incubator-tvm/pull/6903#discussion_r523704414



##########
File path: src/relay/backend/build_module.cc
##########
@@ -433,9 +435,14 @@ class RelayBuildModule : public runtime::ModuleNode {
     // Get the updated function.
     auto func = Downcast<Function>(relay_module->Lookup("main"));
 
+    // Check whether to use TOPI schedule.

Review comment:
       Can we do this in compile_engine instead of here? It seems that we just 
pass the extracted flag to graph_runtime_codegen and then to compile_egine.




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


Reply via email to