AMD's NVML counterpart (c++)

740 Views Asked by At

I would like to know what library AMD has that mimics the NVML counterpart of nvidia. What I want is to get temperature, powerusage, etc. in c++.

Best regards!

1

There are 1 best solutions below

0
On

The AMD version is called ROCm SMI Library. It is currently being developed, and is available on github. It has most of the basic capabilities though.