anirudh2290 commented on a change in pull request #16371: Added large tensor 
support and test for gather_nd
URL: https://github.com/apache/incubator-mxnet/pull/16371#discussion_r336246437
 
 

 ##########
 File path: tests/nightly/test_large_array.py
 ##########
 @@ -1199,6 +1199,15 @@ def test_full():
     assert a[-1][-1] == 3
 
 
+def test_gather():
+    arr = mx.nd.ones((LARGE_X, SMALL_Y))
+    idx = mx.nd.random.randint(0, LARGE_X, SMALL_X, dtype=np.int64)
 
 Review comment:
   some comment here on the test will help.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to