masahi commented on a change in pull request #10724:
URL: https://github.com/apache/tvm/pull/10724#discussion_r833092951
##########
File path: python/tvm/topi/arm_cpu/conv2d_alter_op.py
##########
@@ -101,9 +102,6 @@ def _alter_conv2d_layout(attrs, inputs, tinfos, out_type):
# we then assume it's not necessary to alter this op.
return None
cfg = dispatch_ctx.query(target, workload)
- if cfg.is_fallback: # if is fallback, clear query cache and return None
- autotvm.task.clear_fallback_cache(target, workload)
- return None
Review comment:
I need to remove this code because it always makes `alter_layout` nop in
the fallback mode. In contrast, in the x86 schedule, `alter_layout` always
fires.
--
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]