How can i get multiple GPU workers in only CPU session?

3 views (last 30 days)
Dear all,
Currently, I have one GTX GPU from NVIDIA into desktop with a four cores processor. I want to create multiple GPU workers for run a task in parallel, inside GPU, using parfor instruction.
Can I do that? How?
Thanks in advance.

Accepted Answer

Edric Ellis
Edric Ellis on 23 Mar 2015
You need to do something a bit like this blog entry, except that you only have a single GPU.

More Answers (0)

Categories

Find more on Parallel Computing Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!