Is the Global Optimization Toolbox GPU compliant?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am wondering if my code will benefit from a speedup from a GPU (i.e. wondering if I should buy one), and realized that I don't know if the Global Optimization Toolbox is GPU compliant?
Thanks! Stefan
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 25 Jun. 2012
That document shows how the various commands can be used with parallelism options.
I do not know if the GPU can be accessed from multiple workers at the same time (I haven't studied the GPU.) I have, however, read that only one GPU can be accessed per MATLAB instance (parallel workers are separate instances, I gather.)
3 Kommentare
Walter Roberson
am 26 Jun. 2012
Some of the routines (such as MultiStart) wrap around existing commands, with those commands invoking user functions to do the calculations. The user functions can invoke GPU calculations (provided that you have the Parallel Computing Toolbox).
If, however, you are using the options that invoke parallel instances, then I have no information at this time as to whether the parallel instances can simultaneously use the same GPU.
Your question is not clear as to what model of GPU usage you are hoping for ?
Siehe auch
Kategorien
Mehr zu Direct Search finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!