Hello
I want to run OpenCL sample apps on Mali T-628 gpu in Android platform.
i hv downloaded Mali OpenCL SDK.
My host system is Ubuntu 12.04
I saw entire development guides but couldnt understand.Any instructions on how to go about it?
Thks
Hi aravind,
The libOpenCL.so shipped in the SDK is just a shim library to satisfy the compile-time link requirements. If you're getting runtime issues then it might be that your device's libOpenCL.so is missing some functions. I'd sanity check the implementation on the device contains the entrypoints it thinks is missing.
Hth,
Chris
Hi Chris
I had to link the libOpenCL.so and libMali.so and problem is solved
Thanks a lot
Aravind