Add GPU to the parallel pool
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Antonio Carlo Bertolino
am 27 Okt. 2017
Kommentiert: Matt J
am 27 Okt. 2017
Hello, I would like to know if it were possible to use the GPU as if it were one of the processor cores, adding it into the pool as an extra worker. I'm thinking about it in order to use also the GPU in the calculation performed by the "parsim" command to speed up the simulations I need to do. Thanks in advance, kind regards Antonio
0 Kommentare
Akzeptierte Antwort
Matt J
am 27 Okt. 2017
Bearbeitet: Matt J
am 27 Okt. 2017
This is only possible in the sense that, once you launch a gpuArray operation from one of the workers, MATLAB will carry on with any exclusively CPU operations on that worker without first waiting for the GPU operations to finish. When you're ready to claim the GPU results, you would use gather() to move them back to the host.
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu GPU Computing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!