Hello, I'm using Odroid-XU3.
And I installed Opencv 3.0.0-rc1 on odroid-xu3 ubuntu 14.04.
I want to use function clCreateProgramWithBinary() instead of clCreateProgramWithSource().
Because of build time for clCreateProgramWithSource() and clBuildProgram…