Use multiple Cuda Stream in a GPU compute with Matlab ?
Ältere Kommentare anzeigen
Hello, In my code Matlab, i have a for loop with inside a arrayfun to compute on the GPU device. I want to buy a new GPU card with the hyper-Q and cuda stream capability. So I have to know if it's possible to apply the multiple Cuda Stream to my code instead of the for loop to accelerate it.
Antworten (2)
Matt J
am 24 Feb. 2014
0 Stimmen
I'm pretty confident you could do it using a dedicated MEX file, which then calls a .cu file.
I don't think the Parallel Computing Toolbox let's you do it, however. Not as of R2013, anyway.
1 Kommentar
Benjamin
am 25 Feb. 2014
Bearbeitet: Walter Roberson
am 29 Dez. 2015
Dimitris Floros
am 28 Dez. 2015
0 Stimmen
Just replying to see if you have you found a solution from within MATLAB environment. I am searching for something similar and I don't want to use .MEX because I will have to implement the functions outside MATLAB.
Kategorien
Mehr zu GPU Computing finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!