areusch commented on a change in pull request #9092:
URL: https://github.com/apache/tvm/pull/9092#discussion_r715201510
##########
File path: python/tvm/topi/x86/depthwise_conv2d.py
##########
@@ -305,6 +305,36 @@ def _schedule_depthwise_conv2d_NCHWc_impl(s, cfg,
data_vec, kernel_vec, conv_out
return s
+def schedule_depthwise_conv2d_nhwc(outs):
Review comment:
@junrushao1994 @mbrookhart is this location ok? i believe this schedule
is generic. could you take a look at it?
--
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]