access2rohit commented on a change in pull request #17462: Updated
PartialSortSmallK for LT support
URL: https://github.com/apache/incubator-mxnet/pull/17462#discussion_r397406718
##########
File path: tests/python/unittest/test_operator.py
##########
@@ -4541,6 +4541,22 @@ def get_large_matrix():
expected=[gt_topk(dat=a_npy, axis=1, ret_typ="mask", k=3,
is_ascend=True)])
+ def check_topk_small():
+ LARGE_XX = 1200
+ SMALL_YY = 500
+ ctx = mx.gpu(0) if mx.context.num_gpus() > 0 else mx.cpu()
Review comment:
not required !
----------------------------------------------------------------
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]
With regards,
Apache Git Services