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/05 23:15:28 UTC

[GitHub] ptrendx commented on issue #14067: Increase perfomance of BulkAppend and BulkFlush

ptrendx commented on issue #14067: Increase perfomance of BulkAppend and BulkFlush
URL: https://github.com/apache/incubator-mxnet/pull/14067#issuecomment-460842410
 
 
   @yuxihu It is actually the other way around - single process per GPU alleviates some of those issues, because each GPU is handled independently. This helps the most the single process-multi GPU cases (where single Python thread needs to launch everything on all GPUs) and small batch size scenarios, where you do not have much time to launch your work.

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