masahi commented on a change in pull request #9893:
URL: https://github.com/apache/tvm/pull/9893#discussion_r781510485
##########
File path: tests/python/frontend/pytorch/test_forward.py
##########
@@ -4086,6 +4086,14 @@ def test_fn(equation):
verify_model(test_fn("ij,jk"), [x, y])
verify_model(test_fn("ij,jk,km->im"), [x, y, z])
[email protected]_gpu
+def test_dot():
+ def test_fn(x):
+ return x.dot(x)
+
+ x = torch.ones([2])
Review comment:
please test on more realistic input.
--
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]