This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
mx.nd.random.shuffle crashes in the master branch #15029
Comments
Hey, this is the MXNet Label Bot. |
The coredump does not happen on MacOS with 16GB memory. It occurrs on ubuntu 16.04 |
Here is the stack trace from GDB
|
5 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After compiling the latest master branch (commit 5854b98) of MXNet, it seems it can't run the following simple code:
The code will result in segfault.
If MXNet is compiled with USE_INT64_TENSOR_SIZE = 1, the code above works fine.
The simple code should work with int32 tensor size.
The text was updated successfully, but these errors were encountered: