elvin-n commented on code in PR #11878:
URL: https://github.com/apache/tvm/pull/11878#discussion_r929951105
##########
tests/python/relay/test_conv2d_nchw_texture.py:
##########
@@ -435,3 +435,641 @@ def test_conv2d_vgg16_winograd_4d():
graph = build_run_compare(mod, params1, {"data": input_shape}, dtype,
target)
matches = re.findall("winograd", graph)
assert len(matches) > 0
+
+
[email protected]_opencl
+def test_2conv2d():
Review Comment:
removed at all since this test duplicates situation in another test
--
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]