[GitHub] DuCheng2018 commented on issue #13373: How to release GPU memory by CPP interface?

2018-11-29 Thread GitBox
DuCheng2018 commented on issue #13373: How to release GPU memory by CPP interface? URL: https://github.com/apache/incubator-mxnet/issues/13373#issuecomment-443061666 I open a feature request, so I close this issue. This is

[GitHub] DuCheng2018 commented on issue #13373: How to release GPU memory by CPP interface?

2018-11-25 Thread GitBox
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

[GitHub] DuCheng2018 commented on issue #13373: How to release GPU memory by CPP interface?

2018-11-22 Thread GitBox
DuCheng2018 commented on issue #13373: How to release GPU memory by CPP interface? URL: https://github.com/apache/incubator-mxnet/issues/13373#issuecomment-441148707 I find a interface named MXNDArrayFree( ) and MXSymbolFree( ) in c_api.h of mxnet. But when I use them, they do not work