Hi, all.
I'm trying to implementing OpenCL for iOS project. I have got the following log:
[Device Name: ARM CPU Compute Device]
[Device VENDOR: Apple]
[Device VERSION: OpenCL 1.1 ]
[Driver VERSION: 1.1]
But all my apps return error = -11 on the line: error = clBuildProgram(cpProgram, 0, NULL, NULL, NULL, NULL);
I checked the same code on desktop OS program it works.
Is OpenCL available only for jailbreak devices? Thanks.