Skip to content

Commit

Permalink
relaxed thresh to 80%
Browse files Browse the repository at this point in the history
  • Loading branch information
parthraut committed Oct 21, 2024
1 parent 2b89716 commit 5ced959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zeus/device/gpu/amd.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def supportsGetTotalEnergyConsumption(
) -> bool:
"""Check if the GPU supports retrieving total energy consumption. Returns a future object of the result."""
wait_time = 0.5 # seconds
threshold = 0.01 # 1% threshold
threshold = 0.8 # 80% threshold

power = self.getInstantPowerUsage()
initial_energy = self.getTotalEnergyConsumption()
Expand Down

0 comments on commit 5ced959

Please sign in to comment.