Actually i try to run OpenCL samples on Nexus 10, but no success yet. I used Mali OpenCL SDK http://malideveloper.arm.com/resources/sdks/mali-opencl-sdk/ and android NDK. Also while linking samples, i used libGLES_mali.so from target. After some struggling i have compiled sample program and pushed it to board. It seems that it runs ok, but i get an error while compiling GPU code:
root@manta:/hello_world # ./hello_world_opencl
OpenCL error: CL_COMPILER_NOT_AVAILABLE
Build log:
error: Compiler not supported on this platform
Failed to build OpenCL program. common.cpp:351
OpenCL error: CL_INVALID_PROGRAM
Releasing the OpenCL program failed. common.cpp:204
Failed to create OpenCL program.hello_world_opencl.cpp:53
I googled a lot, but found nothing related to subj. Where can i found this OpenCL compiler and why it is not provided when OpenCL library is on board?