Hi,
I got new xiaomi 13T pro with Mali-G715-Immortalis MC11 r1p2 and méditek 9200+.
And the speed of my program is 20% less than on my old hauwei honnor play with mali G72 MC24.
I added
#pragma OPENCL EXTENSION cl_khr_priority_hints : enable
And this improved the speed from 140ms to 110 ms but still superior to the 80ms of the hauwei.Does using CL_Buffer with Mali-G715 could drop the speed.
If you are only seeing 4 cores used for OpenCL that could certainly explain it. This sounds like a customization from the OEM outside of our standard driver, so you might be able to find out more on the OEM forums.
Kind regards, Pete
i made a new test and if i use OpenCL and OpenGL in the same APK. xiaomi use only 4 core and the kernel became even slower.
and where is the OEM forum ;))
It is possible to install your standart driver at the place of the xiaomi driver. Can i do something except buying another phonne for testing.
And may be that you could what is the best phonne to run OpenCL. ;))
It is definitly not a problem of OEM. It is a problem with android toolchain and nkd version. It is the mess.
I managed to compile android APK in 64bit under the xiaomi 13T pro and all the core are running with OpenCL. I can get good performance nearly the same as the hauwei honnor play.
But honnor play is still more stable in time processing. The xiaomi is very fluctuing from 35 ms to 80 ms from one frame to another.