Use multiple Cuda Stream in a GPU compute with Matlab ?
古いコメントを表示
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.
回答 (2 件)
Matt J
2014 年 2 月 24 日
0 投票
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 件のコメント
Benjamin
2014 年 2 月 25 日
編集済み: Walter Roberson
2015 年 12 月 29 日
Dimitris Floros
2015 年 12 月 28 日
0 投票
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.
カテゴリ
ヘルプ センター および File Exchange で GPU Computing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!