Good morning,
I'm planning to develop a software using OpenCV 3.1.0 for an embedded Firefly RK 3288, using OpenCL's API to fully consume the hardware acceleration potential of the embedded GPU (which is a Mali T-760).
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 which includes the header files and the libraries to use for coding.
Thank you in advance for you time.