Reputation: 105
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!
Upvotes: 4
Views: 931
Reputation: 45
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.
Upvotes: 1