How to load new images parallel with computation current image on GPU use OpenCL in OpenCL library
I want to load new images parallel with computation current image on GPU to reduce an overhead time ( time spend on copying a new image to GPU for computation). Anyone know how to do that? Thank you very much for your help.