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:
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.
Info from @psyhtest:
FYI: on the X20 boards,
libOpenCL.so
is a symbolic link to: