You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The getTotalEnergyConsumption method to return the total energy consumption of a GPU internally calls the amdsmi.amdsmi_get_energy_count() method.
This sometimes reports very inaccurate results which are not physically possible (see this). Zeus will detect this and not use this amdsmi method internally, issuing a warning and falling back to power polling by appropriately setting the _supportsGetTotalEnergyConsumption attribute in the GPUs class.
The text was updated successfully, but these errors were encountered:
The
getTotalEnergyConsumption
method to return the total energy consumption of a GPU internally calls theamdsmi.amdsmi_get_energy_count()
method.This sometimes reports very inaccurate results which are not physically possible (see this). Zeus will detect this and not use this amdsmi method internally, issuing a warning and falling back to power polling by appropriately setting the
_supportsGetTotalEnergyConsumption
attribute in theGPUs
class.The text was updated successfully, but these errors were encountered: