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 0cd7fed commit 3cce791Copy full SHA for 3cce791
tritonbench/utils/triton_op.py
@@ -1142,7 +1142,7 @@ def _reduce_benchmarks(acc, bm_name: str):
1142
)
1143
if getattr(self, "_cur_input_id", None) is not None:
1144
logger.warning(
1145
- "Failing input: --input-id %s --num-inputs 1",
+ "Failing input: --input-id %s --num-inputs 1 --input-sample-mode first-k",
1146
self._cur_input_id,
1147
1148
if self.tb_args.exit_on_exception:
0 commit comments