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/01/25 05:29:30 UTC

[GitHub] mlourencoeb opened a new issue #13988: Using NaiveEngine with Unix fork() hangs during prediction.

mlourencoeb opened a new issue #13988: Using NaiveEngine with Unix fork() hangs during prediction.
URL: https://github.com/apache/incubator-mxnet/issues/13988
 
 
   Hello everyone,
   
   I needed to have single thread process running and performing prediction. After using defaut engine type and setting CPU thread environment variables to 1, I always end up with 2 threads. The only I could achieve achieve single thread execution is using NaiveEngine.
   
   In this particular context I must use fork() for paralelization but with NaiveEngine it simply just hangs during prediction.
   
   Have anyone experience this behaviour por knows how to make it work?
   
   Cheers,
   Miguel

----------------------------------------------------------------
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