Skip to content

Commit

Permalink
ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvanBrocard committed Oct 24, 2024
1 parent f2bca23 commit 059fb4d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/dpu_kmeans/perf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@


def reset_timers():
global host_reduction_timer, host_quantize_timer, host_unquantize_timer, host_average_timer, host_c_timer, alloc_dealloc_timer, host_reduction_timer
global \
host_reduction_timer, \
host_quantize_timer, \
host_unquantize_timer, \
host_average_timer, \
host_c_timer, \
alloc_dealloc_timer, \
host_reduction_timer
host_quantize_timer = 0
host_unquantize_timer = 0
host_average_timer = 0
Expand Down

0 comments on commit 059fb4d

Please sign in to comment.