Skip to content

Commit 3cce791

Browse files
authored
Improve failing input error message (#543)
1 parent 0cd7fed commit 3cce791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tritonbench/utils/triton_op.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@ def _reduce_benchmarks(acc, bm_name: str):
11421142
)
11431143
if getattr(self, "_cur_input_id", None) is not None:
11441144
logger.warning(
1145-
"Failing input: --input-id %s --num-inputs 1",
1145+
"Failing input: --input-id %s --num-inputs 1 --input-sample-mode first-k",
11461146
self._cur_input_id,
11471147
)
11481148
if self.tb_args.exit_on_exception:

0 commit comments

Comments
 (0)