Skip to content

Commit 5d8b908

Browse files
committed
Fix hard-coded backend in run_experiments.py
1 parent 0fb51f9 commit 5d8b908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run_experiments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def _benchmark_ops(ops, *args, **kwargs):
178178
"--device",
179179
"cuda",
180180
"--backend",
181-
"ninetoothed",
181+
backend,
182182
"--num-warmup-iterations",
183183
str(NUM_WARMUP_ITERATIONS),
184184
"--num-profiling-iterations",

0 commit comments

Comments
 (0)