lhutton1 commented on code in PR #16106:
URL: https://github.com/apache/tvm/pull/16106#discussion_r1392777716
##########
tests/python/integration/test_arm_aprofile.py:
##########
@@ -49,6 +49,7 @@ def test_conv2d(dtype):
invar,
weight,
kernel_size=kernel_size,
+ channels=2,
Review Comment:
I see thanks. It looks like `Conv2DGemmRel` doesn't deduce the channels
while `Conv2dRel` does, hence the reason for the error. Since `Conv2DGemmRel`
is used elsewhere and the channels issue hasn't been brought up before, I don't
think this needs fixing here
--
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]