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.
1 parent 1a1c98e commit c316093Copy full SHA for c316093
python/triton/runtime/autotuner.py
@@ -117,8 +117,8 @@ def _post_hook(kwargs, exception):
117
import triton.testing
118
self.do_bench = lambda kernel_call, quantiles: triton.testing.do_bench(
119
kernel_call,
120
- warmup=warmup if warmup is not None else 10,
121
- rep=rep if rep is not None else 10,
+ warmup=warmup if warmup is not None else 25,
+ rep=rep if rep is not None else 100,
122
quantiles=quantiles,
123
)
124
return
0 commit comments