merrymercy commented on a change in pull request #7635:
URL: https://github.com/apache/tvm/pull/7635#discussion_r595680067
##########
File path: python/tvm/relay/op/strategy/arm_cpu.py
##########
@@ -135,6 +136,14 @@ def conv2d_strategy_arm_cpu(attrs, inputs, out_type,
target):
name="conv2d_direct_simd.micro_dev",
)
elif kernel_layout == "HWIO":
+ if is_auto_scheduler_enabled():
Review comment:
@jcf94 also add dense, batch_matmul?
----------------------------------------------------------------
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]