I have a code I wrote using Umat
in opencv 3.1
I have several devices on my system, an Nvidia GPU Tesla k20 and Intel graphics HD 4600, I'd like to run my Umat OpenCL code on the Intel graphics HD, and on different thread run my CUDA code on Nvidia device.
How can I determine Umat execution platform?