This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Run OpenCL sample in Android

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

Parents
  • 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

Reply
  • 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

Children