Skip to content

Commit 6fd77d5

Browse files
authored
fast_flush kwarg of do_bench is removed
Differential Revision: D65444506 Pull Request resolved: #1222
1 parent 000a490 commit 6fd77d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/quantized_training/benchmark_int8mm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
def bench_f(f, *args):
9-
return do_bench(lambda: f(*args), fast_flush=False, return_mode="median")
9+
return do_bench(lambda: f(*args), return_mode="median")
1010

1111

1212
shapes = [(sz, sz, sz) for sz in [1024, 2048, 4096]]

0 commit comments

Comments
 (0)