dividiti / crowdsource-video-experiments-on-android

Crowdsourcing video experiments (such as collaborative benchmarking and optimization of DNN algorithms) using Collective Knowledge Framework across diverse Android devices provided by volunteers. Results are continuously aggregated in the open repository:
http://cKnowledge.org/repo
Other
28 stars 3 forks source link

Detecting OpenCL on X20 boards #77

Open gfursin opened 7 years ago

gfursin commented 7 years ago

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 commented 7 years ago

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