Skip to content

Commit

Permalink
Add debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-smnk committed Jul 29, 2024
1 parent 97a6af8 commit f1abac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mlir_bench/mlp_bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if ! [ -f ${MODEL_GEN} ]; then
exit 1
fi
if ! [ "$(command -v ${BENCH_RUNNER})" ]; then
echo "Missing benchmark runner"
echo "Missing benchmark runner ${BENCH_RUNNER}"
exit 1
fi
if [ "${BASELINE_MODEL}" ] && [ ${IS_DYNAMIC} ]; then
Expand Down

0 comments on commit f1abac5

Please sign in to comment.