tkonolige commented on a change in pull request #10310:
URL: https://github.com/apache/tvm/pull/10310#discussion_r810372245



##########
File path: python/tvm/topi/arm_cpu/conv2d_alter_op.py
##########
@@ -252,12 +254,20 @@ def _alter_conv2d_layout(attrs, inputs, tinfos, out_type):
 
         return relay.nn.conv2d(*inputs, **new_attrs)
 
-    if topi_tmpl == "conv2d_NCHWc.x86":
+    if topi_tmpl == "conv2d_NCHWc.arm_cpu":

Review comment:
       I was unhappy that I was seeing `conv2d_NCHWc.x86` schedules when 
running on arm, this was to fix that but I didn't get all the places I think. I 
will split it out to a separate PR.




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