mikepapadim commented on a change in pull request #9282:
URL: https://github.com/apache/tvm/pull/9282#discussion_r731085659
##########
File path: python/tvm/autotvm/graph_tuner/utils/traverse_graph.py
##########
@@ -142,7 +142,7 @@ def _traverse_expr(node):
params.append(free_var)
call = relay.Call(node.op, params, node.attrs)
mod = tvm.IRModule.from_expr(relay.Function(params, call))
- relay.backend.compile_engine.get().clear()
+ relay.backend.te_compiler.get().clear()
Review comment:
Just filled a ticket on it. I did locally for a few test with no issues.
So, after this on is merged. I can sent a followup PR unifying all usages.
--
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]