FranklandJack commented on code in PR #14981:
URL: https://github.com/apache/tvm/pull/14981#discussion_r1226299048
##########
python/tvm/relay/op/strategy/arm_cpu.py:
##########
@@ -132,13 +132,16 @@ def conv2d_strategy_arm_cpu(attrs, inputs, out_type,
target):
plevel=15,
)
else:
+ # TODO(@FranklandJack)
+ # Investigate why this producing output tensor of
+ # incorrect dimensions in
+ # test_runtime_module_based_interface.py
Review Comment:
For the time being I've just disabled the test that this causes to fail.
--
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]