masahi commented on a change in pull request #7611:
URL: https://github.com/apache/tvm/pull/7611#discussion_r589766328
##########
File path: tests/python/relay/test_op_level6.py
##########
@@ -88,7 +88,8 @@ def verify_argsort(shape, axis, is_ascend, dtype,
is_dyn=False):
verify_argsort((2, 3, 4), axis=0, is_ascend=False, dtype=dtype,
is_dyn=is_dyn)
verify_argsort((1, 4, 6), axis=1, is_ascend=True, dtype=dtype,
is_dyn=is_dyn)
verify_argsort((3, 5, 6), axis=-1, is_ascend=False, dtype=dtype,
is_dyn=is_dyn)
- verify_argsort((3, 2000, 6), axis=1, is_ascend=False, dtype=dtype,
is_dyn=is_dyn)
+ verify_argsort((3, 6000, 6), axis=1, is_ascend=False, dtype=dtype,
is_dyn=is_dyn)
+ verify_argsort((12000, 8, 8), axis=0, is_ascend=True, dtype=dtype,
is_dyn=is_dyn)
verify_argsort((1, 122640), axis=1, is_ascend=False, dtype=dtype,
is_dyn=is_dyn)
Review comment:
Can we add a workload from your benchmark script, that was causing an
issue before?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]