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/03/13 02:55:23 UTC

[GitHub] [incubator-mxnet] songziqin opened a new issue #14408: Multi-threaded execution leads to high CPU load

songziqin opened a new issue #14408: Multi-threaded execution leads to high CPU load
URL: https://github.com/apache/incubator-mxnet/issues/14408
 
 
    In my code , I have five threads, for each thread I have generate a Executor just as follows:
   std::unique_ptr<mxnet::cpp::Executor> exec
    exec_.reset(network_.SimpleBind(ctx, args_,grad_store,grad_req_type));
   but when I run the program,I found the cpu load is very high. I want to know  Whether each thread generates a separate Executor engineļ¼Œand each Executor engine generate many threads. and 
   if I want to just generate one Executor engine, and the threads use the same Executor engine, how to code in my program?
   

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