cjm2671
cjm2671

Reputation: 19456

Does the ARM A9 support OpenCL acceleration?

I'm trying to figure out if http://www.solid-run.com/products/hummingboard/ will be able to run OpenCV with OpenCL accelerations. Attempting to do this on the Raspberry Pi was fruitless.

Upvotes: 0

Views: 616

Answers (1)

DubSum2
DubSum2

Reputation: 91

The Ocl library for OpenCl acceleration for OpenCV requires OpenCL with FULL PROFILE. Vivate GPU in Freescale iMX6q only supports Embedded Profile(EP). You cannot use OpenCL acceleration in OpenCV in this case.

Upvotes: 1

Related Questions