Skip to content

Commit 9910619

Browse files
Apply Ruff auto-fixes
1 parent 1072557 commit 9910619

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

benchmarks/bench_load_latency.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
from iris._mpi_helpers import mpi_allgather
1414
# from examples.common.utils import read_realtime
1515

16+
1617
@triton.jit
1718
def read_realtime():
1819
tmp = tl.inline_asm_elementwise(
@@ -270,7 +271,7 @@ def print_run_settings(
270271
mm_begin_cpu = mm_begin_timestamp.cpu().numpy()
271272
mm_end_cpu = mm_end_timestamp.cpu().numpy()
272273

273-
gpu_freq = iris.hip.get_wall_clock_rate(cur_rank)
274+
gpu_freq = iris.hip.get_wall_clock_rate(cur_rank)
274275

275276
for destination_rank in range(num_ranks):
276277
delta = mm_end_cpu[destination_rank, :] - mm_begin_cpu[destination_rank, :]

0 commit comments

Comments
 (0)