how do workers in mdce automatically select GPUs if multiple are available?

1 view (last 30 days)
If multiple workers and GPUs are available on one node, will the worker choose the "idle" GPU to achieve load balancing through GPUs, or always "automatically" choose the default GPU unless the task select a specific one?

Accepted Answer

Edric Ellis
Edric Ellis on 14 May 2014
Workers use the function 'selectGPU' to determine which GPU device to use. Type
help selectGPU
in MATLAB for more details.

More Answers (0)

Categories

Find more on Parallel Computing in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!