parfor images and gpu
Show older comments
i use the new options in loops
parfor
some code,,,
someimage=gpuarray(image)
process(someimage)
end
1) it slows down pc 2) it takes all memory 3) somtimes it works slower than normal loop and image in cpu
so when it is usful to use parfor (images i suppose transmited all fors if it is array) and gpu not alwayes fast is it the communication gpu cpu that takes the time?
Accepted Answer
More Answers (0)
Categories
Find more on GPU Computing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!