Align MLP sizes with TPP-MLIR benchmarks #716
Annotations
7 errors and 10 warnings
|
tools/mlir_bench/mlp_bench.sh#L89
[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:89:10:style:Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?. [SC2181](https://github.com/koalaman/shellcheck/wiki/SC2181)
|
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
|
tools/mlir_bench/ov_raw_mlir_bench.sh#L90
[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/ov_raw_mlir_bench.sh:90:10:style:Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?. [SC2181](https://github.com/koalaman/shellcheck/wiki/SC2181)
|
|
|
tools/mlir_bench/libxsmm_bench.sh#L39
[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/libxsmm_bench.sh:39:6:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
tools/mlir_bench/mlp_bench.sh#L37
[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:37:23:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
tools/mlir_bench/mlp_bench.sh#L39
[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:39:22:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
tools/mlir_bench/mlp_bench.sh#L43
[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:43:11:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
tools/mlir_bench/mlp_bench.sh#L47
[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:47:11:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
tools/mlir_bench/mlp_bench.sh#L51
[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:51:11:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
tools/mlir_bench/mlp_bench.sh#L59
[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:59:33:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
tools/mlir_bench/mlp_bench.sh#L88
[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:88:13:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
tools/mlir_bench/mlp_bench.sh#L104
[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:104: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)
|
tools/mlir_bench/mlp_bench.sh#L106
[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:106:21:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
This job failed
Loading