-
Hi, I was looking at taking advantage of multiple CPUs.
to set the number of GPUs to use. However I don't see how we can When I look at the thread use however, I see about 8 threads. So I have
TIA |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
@hmf You can't set CPU index as native engine(TensorFlow/PyTorch/MXNet) use CPU as a pool. Usually operator is executed in multithreading way.
|
Beta Was this translation helpful? Give feedback.
-
For you train, you should not set OMP_NUM_THREADS and MXNET_ENGINE_TYPE. |
Beta Was this translation helpful? Give feedback.
For you train, you should not set OMP_NUM_THREADS and MXNET_ENGINE_TYPE.
For thread options for MXNet, please read: https://mxnet.apache.org/versions/1.7.0/api/faq/env_var