Skip to content

Commit 356c147

Browse files
Apply Ruff auto-fixes
1 parent 606853e commit 356c147

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

benchmarks/bench_ping_pong_latency.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import triton
1111
import triton.language as tl
1212
import iris
13-
from iris._mpi_helpers import mpi_allgather
13+
from iris._mpi_helpers import mpi_allgather
1414
from examples.common.utils import read_realtime
1515

1616

@@ -186,7 +186,6 @@ def save_results(latency_matrix: torch.Tensor, out: str | None) -> None:
186186
raise ValueError(f"Unsupported output file extension: {out}")
187187

188188

189-
190189
def print_run_settings(
191190
args: dict,
192191
num_ranks: int,

0 commit comments

Comments
 (0)