フィルターのクリア

For loop GPU parallelization

3 ビュー (過去 30 日間)
selim
selim 2012 年 7 月 3 日
回答済み: wolfa 2014 年 6 月 9 日
Hello all,
I am working on an image treatment code and inside a for loop we treat the images one after another. I want to run several image treatment simultaneously.
Here is my code (simplified) :
for l= l_low:l_high
PreRec=imread("image number l");
Rec=iradon(PreRec,[]);
end
Do you know how I could manage to do this, I don't have the Jacket plugin.
Thanks a lot.
Selim

採用された回答

selim
selim 2012 年 7 月 4 日
Nevermind, I was able to get Jacket and now have access to the GFOR loop. I've run some tests and gain up to 30x calculation speed with it.

その他の回答 (1 件)

wolfa
wolfa 2014 年 6 月 9 日
I'd like to know if jacket is must be needed by gpu parallel.

カテゴリ

Help Center および File ExchangeGPU Computing についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by