Hi folks,
I'm trying to use OpenCL the above mentioned platform and am getting the following error message:
clBuildProgram is missing from OpenCL shared library.The OS is Ubuntu 18.04 LTS, and the package providing the OpenCL library is:
libmali-rk-utgard-450-r7p0:arm64
The libOpenCL.so file is linked back to the libmali library.
root@rockpro64:/usr/lib/aarch64-linux-gnu# ls -al libOpenCL.solrwxrwxrwx 1 root root 10 Mar 4 19:39 libOpenCL.so -> libMali.soroot@rockpro64:/usr/lib/aarch64-linux-gnu# ls -al libMali.solrwxrwxrwx 1 root root 26 Mar 4 19:39 libMali.so -> libmali-utgard-450-r7p0.so
Anyone have any idea what library I need in order to get OpenCL working properly?
Thanks.