DuCheng2018 commented on issue #13373: How to release GPU memory by CPP 
interface? 
URL: 
https://github.com/apache/incubator-mxnet/issues/13373#issuecomment-441530261
 
 
   I find that GPUPooledStorageManager::Free() reuse the memory pool instead of 
releasing it. And GPUPooledStorageManager::ReleaseAll() clear the memory pool. 
However, in NDArray Class, GPUPooledStorageManager::ReleaseAll() is never used. 
   What if I imply release function in Class of StorageImpl and call it in 
NDArray::Chunk::~Chunk()?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to