Skip to content

Commit

Permalink
fast_flush kwarg of do_bench is removed
Browse files Browse the repository at this point in the history
Differential Revision: D65444506

Pull Request resolved: #1222
  • Loading branch information
bertmaher authored Nov 5, 2024
1 parent 000a490 commit 6fd77d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/quantized_training/benchmark_int8mm.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


def bench_f(f, *args):
return do_bench(lambda: f(*args), fast_flush=False, return_mode="median")
return do_bench(lambda: f(*args), return_mode="median")


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

0 comments on commit 6fd77d5

Please sign in to comment.