필터 지우기
필터 지우기

For loop GPU parallelization

조회 수: 2 (최근 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 CenterFile Exchange에서 GPU Computing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by