cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

keksov
Journeyman III

How to get power consumption of VEGA card in Watts?

I'm writing a test suite for VEGA card. How can I get power consumption of the card in Watts? I see that HWINFO64 displays it, but the only API function I know of is ADL2_Overdrive6_CurrentPower_Get and it returns... fan RPM... what I'm doing wrong?

0 Likes
1 Reply
foen
Journeyman III

its not fan RPM your getting there youre reading it wrong documentation tells this  'The int pointer containing the current power in Watts with 8 fractional bits. '

so for example 59648 turns into 233watts or 5888 for example is 23watts

0 Likes