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



##########
File path: tests/nightly/test_np_large_array.py
##########
@@ -76,3 +77,11 @@ def test_softmax():
         true_output = np.full((SMALL_Y, LARGE_X), (1 / input_data.shape[axis]))
         output = npx.softmax(input_data, axis=axis)
         assert_almost_equal(output.asnumpy(), true_output, rtol=1e-5, 
atol=1e-5)
+
[email protected](reason="CI hasn't switch to ILP64 OpenBLAS yet")

Review comment:
       I think this is in the nightly folder. Currently we are not using ilp 64 
blas on any machine, so this test will fail on nightly as well. Hence I added 
the skip. Sorry about the confusion.




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