tkonolige commented on a change in pull request #8437:
URL: https://github.com/apache/tvm/pull/8437#discussion_r668068298
##########
File path: tests/python/topi/python/test_topi_sparse.py
##########
@@ -212,14 +210,15 @@ def check_device(device):
def test_csrmv():
- verify_dynamic_csrmv(batch=5, in_dim=7, out_dim=1, use_bias=False)
- verify_dynamic_csrmv(batch=5, in_dim=7, out_dim=1, use_bias=True)
+ verify_dynamic_csrmv(batch=5, in_dim=7, out_dim=1, dtype="float32",
use_bias=False)
Review comment:
This tests both dtype and use_bias at the same time. I'm trying to avoid
adding too much testing overhead. If necessary, I can split it.
--
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]