manupa-arm commented on a change in pull request #10271:
URL: https://github.com/apache/tvm/pull/10271#discussion_r813677551



##########
File path: tests/python/contrib/test_ethosn/test_split.py
##########
@@ -37,8 +37,9 @@ def test_split(dtype):
     trials = [
         ((1, 16, 16, 32), (2, 7, 10), 2),
         ((1, 12, 8, 16), 3, 1),
-        ((1, 66), 11, 1),
     ]
+    if tei.get_ethosn_api_version() < 2111:

Review comment:
       nit: it would be better to seperate out version specific tests in 
future. So that it is easy to follow the failures if any.




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