ekalda commented on code in PR #16106:
URL: https://github.com/apache/tvm/pull/16106#discussion_r1400924786


##########
python/tvm/relay/op/strategy/arm_cpu.py:
##########
@@ -250,6 +257,7 @@ def conv2d_strategy_arm_cpu(attrs, inputs, out_type, 
target):
                         
wrap_compute_conv2d(topi.arm_cpu.conv2d_nhwc_spatial_pack),
                         
wrap_topi_schedule(topi.arm_cpu.schedule_conv2d_nhwc_spatial_pack),
                         name="conv2d_nhwc_spatial_pack.arm_cpu",
+                        plevel=5,

Review Comment:
   Thanks for the explanation, I think it makes sense to keep the change, to 
prevent that schedule accidentally becoming priority schedule in some future 
refactor of that incredibly confusing monster if else 😅 



##########
python/tvm/relay/op/strategy/arm_cpu.py:
##########
@@ -250,6 +257,7 @@ def conv2d_strategy_arm_cpu(attrs, inputs, out_type, 
target):
                         
wrap_compute_conv2d(topi.arm_cpu.conv2d_nhwc_spatial_pack),
                         
wrap_topi_schedule(topi.arm_cpu.schedule_conv2d_nhwc_spatial_pack),
                         name="conv2d_nhwc_spatial_pack.arm_cpu",
+                        plevel=5,

Review Comment:
   Thanks for the explanation, I think it makes sense to keep the change, to 
prevent that schedule accidentally becoming priority schedule in some future 
refactor of that incredibly confusing monster if else 😅 



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