Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detecting OpenCL on X20 boards #77

Open
gfursin opened this issue Dec 31, 2016 · 1 comment
Open

Detecting OpenCL on X20 boards #77

gfursin opened this issue Dec 31, 2016 · 1 comment

Comments

@gfursin
Copy link
Contributor

gfursin commented Dec 31, 2016

Info from @psyhtest:

FYI: on the X20 boards, libOpenCL.so is a symbolic link to:

lrwxrwxrwx root     root              2010-01-01 00:05 libOpenCL.so -> /system/lib/egl/libGLES_mali.so

At the moment we search for libOpenCL.so only in /system/vendor/lib/libOpenCL.so,
so we should add '/system/vendor/lib' path to search too. In fact, we should create a list
of possible paths where to search. 
@gfursin
Copy link
Contributor Author

gfursin commented Dec 31, 2016

We can also fix it here (for the future collaborative optimization of kernels and apps): https://github.com/ctuning/crowdsource-experiments-using-android-devices

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants