ashutosh-arm commented on code in PR #13637:
URL: https://github.com/apache/tvm/pull/13637#discussion_r1052044754
##########
tests/python/contrib/test_ethosn/test_conv2d_transpose.py:
##########
@@ -169,6 +170,72 @@ def test_conv2d_transpose(ifm_shape, strides, kernel_size,
out_channels, dtype,
tei.verify(outputs, dtype, 1)
[email protected](
+ ethosn_api_version() == "3.2.0",
+ reason="Skip because NPU driver 22.11 does not support following cases.",
+)
+@requires_ethosn
Review Comment:
Thanks for catching it. It cause CI failure in ci_arm.
--
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]