rahul003 commented on a change in pull request #11237: Bring back
MXNET_GPU_COPY_NTHREADS env variable
URL: https://github.com/apache/incubator-mxnet/pull/11237#discussion_r194585918
##########
File path: src/engine/threaded_engine_perdevice.cc
##########
@@ -194,6 +196,8 @@ class ThreadedEnginePerDevice : public ThreadedEngine {
size_t cpu_worker_nthreads_;
/*! \brief number of concurrent thread each gpu worker uses */
size_t gpu_worker_nthreads_;
+ /*! \brief number of concurrent thread each gpu copy worker uses */
+ int gpu_copy_nthreads_;
Review comment:
Make this size_t as well to maintain uniformity
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services