We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fast_flush
do_bench
1 parent 000a490 commit 6fd77d5Copy full SHA for 6fd77d5
benchmarks/quantized_training/benchmark_int8mm.py
@@ -6,7 +6,7 @@
6
7
8
def bench_f(f, *args):
9
- return do_bench(lambda: f(*args), fast_flush=False, return_mode="median")
+ return do_bench(lambda: f(*args), return_mode="median")
10
11
12
shapes = [(sz, sz, sz) for sz in [1024, 2048, 4096]]
0 commit comments