bfgoldstein commented on code in PR #10873:
URL: https://github.com/apache/tvm/pull/10873#discussion_r843210653


##########
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:
   Josh, these three TOPI test cases are still not passing. I am debugging it 
to solve the Tensor dimension mismatch issue.



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