leandron commented on a change in pull request #6267:
URL: https://github.com/apache/incubator-tvm/pull/6267#discussion_r469978920
##########
File path: tests/python/topi/python/test_topi_depthwise_conv2d.py
##########
@@ -268,7 +268,7 @@ def depthwise_conv2d_with_workload_NCHWc(batch, in_channel,
in_height, channel_m
filter_width = filter_height
stride_h = stride_w = stride
- assert dilation == 1, "depthwise_conv2d_NCHWc currently does not support
dilation."
+ #assert dilation == 1, "depthwise_conv2d_NCHWc currently does not support
dilation."
Review comment:
Sure, thanks for accepting the suggestions.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]