FranklandJack commented on code in PR #14981:
URL: https://github.com/apache/tvm/pull/14981#discussion_r1213415889
##########
python/tvm/relay/op/strategy/arm_cpu.py:
##########
@@ -284,8 +288,21 @@ def conv2d_strategy_arm_cpu(attrs, inputs, out_type,
target):
name="depthwise_conv2d_nchw.x86",
)
elif layout == "NHWC":
- assert kernel_layout == "HWOI"
- if target.features.has_asimd:
+ # TODO(@FranklandJack)
+ # Handle HWOI in arm_cpu scheudles/compute definition.
Review Comment:
Haha whoops! I should turn my spell checker on, will fix :)
--
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]