hugolatendresse commented on code in PR #17863:
URL: https://github.com/apache/tvm/pull/17863#discussion_r2052671383
##########
tests/python/relax/test_from_exported_to_cuda.py:
##########
@@ -588,5 +584,332 @@ def forward(self, x):
assert_torch_output_vs_tvm_from_exported_to_cuda(raw_data, torch_module,
target, dev)
[email protected]_targets("cuda")
Review Comment:
One reason why I added those tests is that we already had support for
torch.sort (with a unit test), but when I tested e2e I realized that we had
differerent behavior than pytorch. Maybe it's worth it indeed to add those
tests to nightly? If so, what is the way to do that?
--
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]