MATLAB: How can i get multiple GPU workers in only CPU session

gpu computingparallel programming

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.

Best Answer

You need to do something a bit like this blog entry, except that you only have a single GPU.