GPU enable using open CV on linaro

Hi Looking for help with GPU enabling:

  1. Enable openCV BlockMatching to utilize Adreno 306 GPU, powered by freedreno Mesa/Gallium GPU driver, or utilize the OpenCL1.1 optimization support on the board in a manner which OpenCV blockmatching can use.

  2. Install and configure FastCV on the 410c board and utilize FastCV functions so that it is possible to build the BlockMatching application using the FastCV building blocks.

Thanks

The freedreno driver used in the Debian images for DB410C does not support OpenCL at this point. It does support Compute Shaders but these are used much less frequently by acceleration frameworks (because supporting compute shared typically requires more work) so I doubt OpenCV can target them.