For loop GPU parallelization

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

 Respuesta aceptada

selim
selim el 4 de Jul. de 2012

0 votos

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.

Más respuestas (1)

wolfa
wolfa el 9 de Jun. de 2014

0 votos

I'd like to know if jacket is must be needed by gpu parallel.

Categorías

Más información sobre Parallel Computing en Centro de ayuda y File Exchange.

Preguntada:

el 3 de Jul. de 2012

Respondida:

el 9 de Jun. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by