Skip to content

multi-layer support in benchmark scripts #727

multi-layer support in benchmark scripts

multi-layer support in benchmark scripts #727

Triggered via pull request August 5, 2024 17:21
Status Failure
Total duration 2m 33s
Artifacts

code_style.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 6 warnings
clang-format
Process completed with exit code 1.
NamingConventionCheck
Process completed with exit code 1.
ShellCheck: tools/mlir_bench/mlp_bench.sh#L84
[shellcheck] reported by reviewdog 🐶 Argument mixes string and array. Use * or separate argument. [SC2145](https://github.com/koalaman/shellcheck/wiki/SC2145) Raw Output: ./tools/mlir_bench/mlp_bench.sh:84:33:error:Argument mixes string and array. Use * or separate argument. [SC2145](https://github.com/koalaman/shellcheck/wiki/SC2145)
ShellCheck
Unknown level: style
ShellCheck: tools/mlir_bench/mlp_bench.sh#L104
[shellcheck] reported by reviewdog 🐶 Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?. [SC2181](https://github.com/koalaman/shellcheck/wiki/SC2181) Raw Output: ./tools/mlir_bench/mlp_bench.sh:104:10:style:Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?. [SC2181](https://github.com/koalaman/shellcheck/wiki/SC2181)
ShellCheck
Process completed with exit code 1.
ShellCheck
Process completed with exit code 1.
ShellCheck: tools/mlir_bench/mlp_bench.sh#L103
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./tools/mlir_bench/mlp_bench.sh:103:13:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
ShellCheck: tools/mlir_bench/mlp_bench.sh#L115
[shellcheck] reported by reviewdog 🐶 Use spaces, not commas, to separate array elements. [SC2054](https://github.com/koalaman/shellcheck/wiki/SC2054) Raw Output: ./tools/mlir_bench/mlp_bench.sh:115:20:warning:Use spaces, not commas, to separate array elements. [SC2054](https://github.com/koalaman/shellcheck/wiki/SC2054)
ShellCheck: tools/mlir_bench/mlp_bench.sh#L115
[shellcheck] reported by reviewdog 🐶 Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a. [SC2206](https://github.com/koalaman/shellcheck/wiki/SC2206) Raw Output: ./tools/mlir_bench/mlp_bench.sh:115:34:warning:Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a. [SC2206](https://github.com/koalaman/shellcheck/wiki/SC2206)
ShellCheck: tools/mlir_bench/mlp_bench.sh#L115
[shellcheck] reported by reviewdog 🐶 Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a. [SC2206](https://github.com/koalaman/shellcheck/wiki/SC2206) Raw Output: ./tools/mlir_bench/mlp_bench.sh:115:40:warning:Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a. [SC2206](https://github.com/koalaman/shellcheck/wiki/SC2206)
ShellCheck: tools/mlir_bench/mlp_bench.sh#L119
[shellcheck] reported by reviewdog 🐶 Assigning an array to a string! Assign as array, or use * instead of @ to concatenate. [SC2124](https://github.com/koalaman/shellcheck/wiki/SC2124) Raw Output: ./tools/mlir_bench/mlp_bench.sh:119:17:warning:Assigning an array to a string! Assign as array, or use * instead of @ to concatenate. [SC2124](https://github.com/koalaman/shellcheck/wiki/SC2124)
ShellCheck: tools/mlir_bench/mlp_bench.sh#L120
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./tools/mlir_bench/mlp_bench.sh:120:21:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)