Skip to content

Commit c316093

Browse files
committed
revert warmup/rep changes
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 1a1c98e commit c316093

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/triton/runtime/autotuner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ def _post_hook(kwargs, exception):
117117
import triton.testing
118118
self.do_bench = lambda kernel_call, quantiles: triton.testing.do_bench(
119119
kernel_call,
120-
warmup=warmup if warmup is not None else 10,
121-
rep=rep if rep is not None else 10,
120+
warmup=warmup if warmup is not None else 25,
121+
rep=rep if rep is not None else 100,
122122
quantiles=quantiles,
123123
)
124124
return

0 commit comments

Comments
 (0)