nverke commented on code in PR #13147:
URL: https://github.com/apache/tvm/pull/13147#discussion_r1015961822
##########
tests/python/contrib/test_hexagon/test_vtcm_bandwidth.py:
##########
@@ -113,17 +114,17 @@ class TestMatMulVec:
# Removed most of these to speedup CI.
size = tvm.testing.parameter(
- # 10 * KB,
- # 20 * KB,
- # 40 * KB,
- # 80 * KB,
- # 160 * KB,
- # 320 * KB,
+ 10 * KB,
+ 20 * KB,
+ 40 * KB,
+ 80 * KB,
+ 160 * KB,
+ 320 * KB,
640 * KB,
- # MB,
- # 2 * MB,
- # 3 * MB,
- # 4 * MB,
+ MB,
+ 2 * MB,
+ 3 * MB,
+ 4 * MB,
Review Comment:
Same note here
ie
```
if tvm.testing.utils.IS_IN_CI and (size > 10 * KB):
pytest.skip("Skipping test since it takes too long in CI.")
```
--
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]