Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

OpenCL Multiple umat, Multiple operations performance

I'm a newbie to OpenCV and am trying to work through the docs/source code/content on the subject. With the new transparent API and when OpenCL is available, does working with multiple umats and performing multiple operations on the umats all happen on the GPU automatically? i.e. is it only when a umat interacts with a non-umat does the GPU/CPU data transfer hit occur? Or do you need to code in a particular way to ensure a sequence of operations occurs solely on the GPU?