cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

chiyun
Journeyman III

Is there a way to get the GPU idle percentage and GPU memory used of ATI cards

GPU ATI cards

As the title,   is there a way to get the GPU idle percentage , GPU memory used, or either of them?

0 Likes
7 Replies
chiyun
Journeyman III

Is there not a appropriate answer to this question?  Could it be that there is no way to get even one value on ATI cards?  As I known, this value can be get on NVIDEA cards.

0 Likes

try look into ADL_SDK from AMD.

http://www.opengl.org/registry/specs/ATI/meminfo.txt

http://www.opengl.org/registry/specs/AMD/performance_monitor.txt

0 Likes
chiyun
Journeyman III

Originally posted by: nou try look into ADL_SDK from AMD.

 

http://www.opengl.org/registry/specs/ATI/meminfo.txt

 

http://www.opengl.org/registry/specs/AMD/performance_monitor.txt

 

Thank you! I will try look into it.

0 Likes

You might also want to look at the GPU PerfStudio tool.

 

0 Likes

q]Originally posted by: chiyun

Originally posted by: nou try look into ADL_SDK from AMD.

http://www.opengl.org/registry/specs/ATI/meminfo.txt

http://www.opengl.org/registry/specs/AMD/performance_monitor.txt

I have looked into this url: http://www.opengl.org/registry/specs/AMD/performance_monitor.txt.  Some function are declared in the text., but whether these functions are only for AMD CPU ?  In addition, which develop kit should I download to use the functions declared in meminfo.txt?

 

0 Likes

To use the meminfo extension, you will just have to add the function declarations into your own code, there is no dev kit for it.

The Performance Monitor extension will not provide a way to query GPU Idle. We are planning to address this soon. Keep an eye on the forums.

0 Likes
iblank
Staff

http://developer.amd.com/tools/graphics-development/display-library-adl-sdk/

ADL_Overdrive5_CurrentActivity_Get”
Use the API to get GPU activity, and current memory clock .

There is no method to get current Memory usage by GPU.

0 Likes