u99127 commented on a change in pull request #10724:
URL: https://github.com/apache/tvm/pull/10724#discussion_r833082677



##########
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:
       @Mousius  - could you please look at this given you've recently been 
turning on topi tests on aarch64 ? 




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


Reply via email to