yuxihu opened a new pull request #14365: Fix memory leak for size-zero ndarray URL: https://github.com/apache/incubator-mxnet/pull/14365 Fix #13951 #14358 For size-zero ndarray (e.g. mx.nd.array([]), mx.nd.ones(0)), the storage handle size is 0. Currently we only free handles which size is larger than 0. This leads to memory leak for size-zero ndarray. With this PR, the memory leak issues mentioned above are fixed.
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services