I was able to get the OpenGL glmark working with libgles2-mesa, and -dev, and mesa-utils install, but I am still stuck on OpenCL.
When I try to compile and run a test OpenCL, I am getting :
ClGetPlatformIDs (-1001)
no platforms found.
For example, for the RockPi4:
https://wiki.radxa.com/Rockpi4/dev/install-opencl
There is a mali-midgard package which installs the OpenCL backend for the Mali.
So, I would expect there are packages available for generic ARM, NEON, MALI-G610 somewhere. Once installed, I should be able to see all of those as platforms to run OpenCL against.
Thanks,
TMB