bfgoldstein commented on code in PR #10873:
URL: https://github.com/apache/tvm/pull/10873#discussion_r841937328
##########
tests/python/topi/python/test_topi_transform.py:
##########
@@ -1240,9 +1257,6 @@ def test_sparse_to_dense():
@tvm.testing.uses_gpu
def test_matrix_set_diag():
for dtype in ["float32", "int32"]:
- verify_matrix_set_diag((2, 2), (2,), dtype)
- verify_matrix_set_diag((4, 3, 3), (4, 3), dtype)
- verify_matrix_set_diag((2, 3, 4), (2, 3), dtype, 1)
Review Comment:
This has been removed in the original PR. I ended up not putting it back and
testing it again. Thanks for pointing it out since the test_matrix_set_diag is
outputting an error for these three cases. I will check it out.
--
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]