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

2018-11-28 Thread GitBox
DuCheng2018 edited a comment on issue #13373: How to release GPU memory by CPP interface? URL: https://github.com/apache/incubator-mxnet/issues/13373#issuecomment-441530261 What if I replace all the Free() by DirectFree()? Will it work?

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

2018-11-25 Thread GitBox
DuCheng2018 edited a comment 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 GPUPooledStorageMana

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

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