GPUOpen-LibrariesAndSDKs / display-library

AMD Display Library SDK
132 stars 46 forks source link

How to get general temperature on version8 #47

Open XXH-XPX opened 2 days ago

XXH-XPX commented 2 days ago

I use AMD 7900xtx, 7800xt,6750gre GPU on Win10 64bit, and I call ADL2_Overdrive_Caps() and the iVersion result is 8. I hope to know: how can i get the gpu Temperature?

what overdrive version api should I use? where can I find the correspondence between GPU and OD version? Is it related to GPU driver or only GPU related?

and still how about 580 2048sp,?

ericjunwei commented 2 days ago

Please use pmlog to get the gpu temperature. https://github.com/GPUOpen-LibrariesAndSDKs/display-library/blob/master/Sample/PMLog/PMLog.cpp

XXH-XPX commented 2 days ago

Thanks Eericjunwei! There are so many types, which ADL_PMLOG_SENSORS is the most accurate gpu Temperature?This value used to assist in analyzing gpu crashes, such as tdr,hung.

ericjunwei commented 1 day ago

ADL_PMLOG_TEMPERATURE_EDGE may fit you.