zheng-da opened a new issue #15029: mx.nd.random.shuffle crashes in the master branch URL: https://github.com/apache/incubator-mxnet/issues/15029 After compiling the latest master branch of MXNet, it seems it can't run the following simple code: ```python import mxnet as mx arr = mx.nd.arange(0, 153431, dtype='int64') arr.wait_to_read() arr = mx.nd.random.shuffle(arr) arr.wait_to_read() ```
---------------------------------------------------------------- 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] With regards, Apache Git Services
