We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Dear all,
I want to check config of GPU memory of Mali-T720. How to check this value?
Thank you and best regards
All Mali GPU memory allocations are associated against the application process, so will show up in the process memory accounting tools, such as "top".
Currently, I have a problem with Mali GPU.
App using View.LAYER_TYPE_HARDWARE. and see error GLES-MALI OOM error: failed to allocate CPU memory.
if change to software, app can work normally.
I want to check how much memory use for case View.LAYER_TYPE_HARDWARE.
Best Regards
Oanh
What do you mean by GPU memory? Like most embedded GPUs, the Mali GPUs all run using main system RAM - there is no physically separate GPU memory.
HTH, Pete