Zha0q1 commented on a change in pull request #18981:
URL: https://github.com/apache/incubator-mxnet/pull/18981#discussion_r475001977



##########
File path: tests/nightly/test_np_large_array.py
##########
@@ -969,3 +969,18 @@ def test_save_load():
     B = np.array(npx.load('my_tensor'))
     assert B[0].shape == (2, INT_OVERFLOW)
     assert B[0][0][100] == 100
+
+@use_np
[email protected](reason='foward gives wrong result on large tensors (~2**26); 
\
+    core dump on (2, INT_OVERFLOW)')

Review comment:
       We are working on creating tests for this week; from next Monday on we 
will fix the operators that have failed the tests so maybe by that time we can 
unskip it




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


Reply via email to