You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/02/01 01:56:22 UTC

[GitHub] coolwebgo commented on issue #13265: MXNet C++Interface reasoning leads to CPU memory leak

coolwebgo commented on issue #13265: MXNet C++Interface reasoning leads to CPU memory leak
URL: https://github.com/apache/incubator-mxnet/issues/13265#issuecomment-459577033
 
 
   I also got the memory leak ,  call like this :  	
         MXPredCreate()
   	MXPredSetInput(x);		
   	MXPredForward(x); //memory leak
   	MXPredFree(x);
   
   , when I mask the call :  MXPredForward(),  the mem leak will not turn up(memory use do not grow).

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services