For loop GPU parallelization
Show older comments
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
Accepted Answer
More Answers (1)
wolfa
on 9 Jun 2014
0 votes
I'd like to know if jacket is must be needed by gpu parallel.
Categories
Find more on Parallel Computing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!