Hi,
We have some question about GPU library on iMX8QXP
On the linux image from official website, It isn't problem with GPU and test code call opencl with
https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/OpenCL-Hello-World/ta-p/1113358
But when we use custom rootfs (e.g. debian, ubuntu) we can't use GPU when run same it show segmentation fault (core dumped)
*** we are compiled driver GPU pack in Image kernel
we can see from dmesg | grep -i "galcore"
[ 1.776868] Galcore version 6.4.3.p0.286725
1. We're try to install source code from imx-gpu-viv-6.4.3.p1.0-aarch64.bin and use it but glic compile library does not same version (yocto official 5.4 use glibc 2.30, custom rootfs use glibc 2.31)
2. We're use only header and compile share library libopencl.so from https://github.com/KhronosGroup/OpenCL-ICD-Loader ,It still cann't use
We are missing something and How to use GPU with opencl on custom rootfs