echuraev commented on code in PR #13117:
URL: https://github.com/apache/tvm/pull/13117#discussion_r998253493
##########
python/tvm/topi/adreno/conv2d_alter_op.py:
##########
@@ -94,6 +94,7 @@ def _alter_conv2d_layout(attrs, inputs, tinfos, out_type):
weight = relay.nn.contrib_conv2d_winograd_weight_transform(
weight, tile_size=tile_size
)
+ weight = relay.transpose(weight, axes=[0, 1, 3, 2]) # HWOI ->
HWIO
Review Comment:
Sorry, my bad. I didn't take a look on the code above. Agree with you.
--
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]