cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

Meteorhead
Challenger

Obtain simple GPU load in cross-platform manner

Hi,

I have recently taken a look at AGS and GPUPerfAPI, but something is not clear to me. How could I obtain simple things such as GPU Load, clocks, temp, and all of the context independent stuff? The ugly way under linux is calling the command-line aticonfig and parsing the standard output. I have no idea how to obtain these values at all, although they are present in CCC. NVIDIA has NVML in which I could ever write an app that controls GPU behavior globally. Is there something similar for AMD? At least obtain Load, Temp, etc.?

0 Likes
2 Replies
nou
Exemplar

Look at ADL http://developer.amd.com/tools-and-sdks/graphics-development/graphics-development-sdks/display-libra... as aticonfig use this there should be way to retrieve load.

0 Likes
sounds
Journeyman III

For the GPU load there is also this project on github (does not read the temperatures or clock speeds though):

https://github.com/clbr/radeontop

0 Likes