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/10/21 11:03:33 UTC

[GitHub] [incubator-mxnet] deHsien opened a new issue #16563: Python CPU single thread configuration

deHsien opened a new issue #16563: Python CPU single thread configuration
URL: https://github.com/apache/incubator-mxnet/issues/16563
 
 
   I'm going to participate in submission limited to use CPU single thread. My implementation is in Python and I found that when import mxnet, a threadpool is created. After trying for a long time, I can only reach a threadpool with 8 threads with MXNET_ENGINE_TYPE=NaiveEngine and OMP_NUM_THREADS=1.  
   Is there a configuration to reach a threadpool with 1 thread.  
   Thank you.

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