Skip to content

Commit

Permalink
Update zeus/device/gpu.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jae-Won Chung <jwnchung@umich.edu>
  • Loading branch information
parthraut and jaywonchung authored Mar 28, 2024
1 parent 4d2872b commit fc73b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zeus/device/gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def supportsGetTotalEnergyConsumption(self) -> bool:

@abc.abstractmethod
def getTotalEnergyConsumption(self) -> int:
"""Return the total energy consumption of the GPU."""
"""Return the total energy consumption of the GPU since driver load."""
pass


Expand Down

0 comments on commit fc73b97

Please sign in to comment.