jroesch commented on a change in pull request #6131:
URL: https://github.com/apache/incubator-tvm/pull/6131#discussion_r459773263
##########
File path: src/relay/backend/build_module.cc
##########
@@ -225,6 +226,8 @@ class RelayBuildModule : public runtime::ModuleNode {
targets_ = targets;
target_host_ = target_host;
BuildRelay(mod, params_);
+ // Clear compile engine so that tuning schedules can be changed between
runs.
Review comment:
maybe put a back pointer to the issue so people can read more?
----------------------------------------------------------------
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]