Good morning,
I'm planning to develop a software using OpenCV 3.1.0 for an embedded [Firefly RK 3288](http://en.t-firefly.com/en/firenow/firefly_rk3288/), using OpenCL's API to fully consume the hardware acceleration potential of the embedded GPU (which is a [Mali T-760](https://www.arm.com/products/multimedia/mali-gpu/high-performance/mali-t760.php)).
The thing is that Mali T-760 processor seems to support a specific version of OpenCL which is 1.1, yet the OpenCL's opencv API seems to be based of a 1.2 version.
I was wondering if I could use the OpenCL's opencv API for the Firefly, even if the versions are not matching ?
**NB:** ARM is giving the [OpenCL's SDK](https://developer.arm.com/products/software/mali-sdks/mali-opencl-sdk) which includes the header files and the libraries to use for coding.
Thank you in advance for you time.
↧