Ask Your Question

Apolon's profile - activity

2015-06-26 04:44:26 -0600 received badge  Student (source)
2015-06-25 23:58:14 -0600 asked a question 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?