access2rohit commented on a change in pull request #15794: Add power, exponent, 
log ops large tensor support
URL: https://github.com/apache/incubator-mxnet/pull/15794#discussion_r314059711
 
 

 ##########
 File path: tests/nightly/test_large_array.py
 ##########
 @@ -351,6 +351,69 @@ def test_topk():
     l = nd.topk(b, k=1, axis=-1, dtype=np.int64, ret_typ="value")
     assert l.sum() == np.sum(np.arange(0, SMALL_Y))
 
+def test_exponent_logarithm_operators():
+    a = 2*nd.ones(shape=(LARGE_X, SMALL_Y))
 
 Review comment:
   Yeah lets remove unnecessary numpy APIs from this test file if they eat up 
too much memory

----------------------------------------------------------------
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