szha commented on a change in pull request #18981:
URL: https://github.com/apache/incubator-mxnet/pull/18981#discussion_r475001462
##########
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:
I don't think we should be adding a test that gets skipped by default.
----------------------------------------------------------------
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]