multi-layer support in benchmark scripts #729
code_style.yml
on: pull_request
clang-format
1m 6s
ShellCheck
1m 43s
NamingConventionCheck
1m 12s
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)
|