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 2018/08/18 04:35:26 UTC

[GitHub] qw42 opened a new issue #12239: Scale to many CPU cores

qw42 opened a new issue #12239: Scale to many CPU cores
URL: https://github.com/apache/incubator-mxnet/issues/12239
 
 
   What is the best way to achieve best throughput (only forward runs) on a multi-cpu/many-core server?
   
   ## Description
   I am using CPP package. My problem is "embarrassingly parallel" - each forward pass can be run independently.  It looks to me that mxnet doesn't scale well with number of CPUs.
   My goal is to maximize overall throughput, not to minimize each forward passes' computation time.
   I can achieve it by running multiple processes (one per core). Maybe I missed something, but I couldn't find a way to do it with multiple threads. 

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