Hello fellow StackOverflow Users,
I have this problem : I have one very big image which i want to work on. My first idea is to divide the big image to couple of sub-images and then send this sub-images to different GPUs. I don't use the Image-Object, because I don't work with the RGB-Value, but I'm only using the brightness value to manipulate the image.
My Question are:
context
with many commandqueues
for every device? or should I use one context
with one commandqueue
for each device ?I'll appreciate every help and ideas. Thank you very much.
I can provide more detailed example with code, but as general sketch that should be the way to follow.