libGPUInfo icon indicating copy to clipboard operation
libGPUInfo copied to clipboard

A utility library for application developers to query the configuration of the Arm Immortalis GPU or Arm Mali GPU present in their system.

Results 5 libGPUInfo issues
Sort by recently updated
recently updated
newest added

Developers often have problems understanding core capabilities - too many models with unclear variant numbering. For example, it's not clear that a Mali-G52 similar in capability to a Mali-G76 -...

GitHub allows downloading a archive of the source code for a commit or tag. This means that an archive for a tag for this project can be downloaded at: https://github.com/ARM-software/libGPUInfo/archive/refs/tags/1.1.0.tar.gz...

source/libgpuinfo.cpp:1057:2: error: extra ‘;’

I run it on my Huawei Mate 40 Pro (chipset: Kirin9000) and noticed an issue with the core count. The device reports having 3 cores, but it actually has 24...

The current library is designed retrospectively on top of the existing Mali kernel driver query interfaces that were built to support the production driver. These interfaces expose low-level data and...

enhancement
blocked