elvin-n commented on code in PR #13117:
URL: https://github.com/apache/tvm/pull/13117#discussion_r998247212


##########
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:
   this change should break previous working scenarious, the case when we do 
not have tuning statistics



-- 
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]

Reply via email to