Parallel Matlab
You can explore GPU computing through Matlab if you think your program can benefit from massively parallel computations:
Finally, parallel computing features like parfor
and spmd
can be used by launching a pool of workers on a node.
Last updated
Was this helpful?