Skip to content

Commit

Permalink
[Fix] Remove redundant pass
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywonchung committed Oct 14, 2024
1 parent 86fe1a8 commit 7d0ed1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zeus/device/gpu/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ def getSupportedGraphicsClocks(
memory_clock_mhz: Memory clock frequency to use. Some GPUs have
different supported graphics clocks depending on the memory clock.
"""
pass
return self.gpus[gpu_index].getSupportedGraphicsClocks(memory_clock_mhz)

def setGpuLockedClocks(
Expand Down

0 comments on commit 7d0ed1e

Please sign in to comment.