Skip to content

Add contrib groupnorm #22125

Add contrib groupnorm

Add contrib groupnorm #22125

Triggered via pull request December 23, 2024 04:53
Status Failure
Total duration 1h 0m 57s
Artifacts

ci.yaml

on: pull_request
Check if image exists in registry
5s
Check if image exists in registry
Matrix: linux-fpga
Matrix: linux
Build image
0s
Build image
Build SLES image
0s
Build SLES image
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 17 warnings
format
Process completed with exit code 1.
licensing
Process completed with exit code 1.
linux (ubuntu-20.04, release)
Process completed with exit code 1.
tidy
Process completed with exit code 2.
linux (ubuntu-20.04, codecov)
The job was canceled because "ubuntu-20_04_release" failed.
linux (ubuntu-20.04, codecov)
Process completed with exit code 1.
linux (ubuntu-20.04, debug)
The job was canceled because "ubuntu-20_04_release" failed.
linux (ubuntu-20.04, debug)
The operation was canceled.
linux-fpga (ubuntu-20.04, debug)
Process completed with exit code 1.
cppcheck
Process completed with exit code 2.
Check if image exists in registry
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cancel
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
tidy: src/onnx/parse_groupnorm.cpp#L45
implicit conversion 'int' -> 'bool' [readability-implicit-bool-conversion,-warnings-as-errors]
tidy: src/onnx/parse_groupnorm.cpp#L45
do not use 'compare' to test equality of strings; use the string equality operator instead [readability-string-compare,-warnings-as-errors]
tidy: src/onnx/parse_groupnorm.cpp#L71
redundant condition 'is_contrib' [bugprone-redundant-branch-condition,-warnings-as-errors]
tidy: src/onnx/parse_groupnorm.cpp#L73
implicit conversion 'unsigned long' -> 'bool' [readability-implicit-bool-conversion,-warnings-as-errors]
tidy: test/onnx/include/onnx_test_utils.hpp#L124
the const qualified parameter 'param1_name' is copied for each invocation; consider making it a reference [performance-unnecessary-value-param,-warnings-as-errors]
tidy: test/onnx/include/onnx_test_utils.hpp#L125
the const qualified parameter 'param2_name' is copied for each invocation; consider making it a reference [performance-unnecessary-value-param,-warnings-as-errors]
tidy: test/onnx/include/onnx_test_utils.hpp#L124
the const qualified parameter 'param1_name' is copied for each invocation; consider making it a reference [performance-unnecessary-value-param,-warnings-as-errors]
tidy: test/onnx/include/onnx_test_utils.hpp#L125
the const qualified parameter 'param2_name' is copied for each invocation; consider making it a reference [performance-unnecessary-value-param,-warnings-as-errors]
tidy: test/onnx/include/onnx_test_utils.hpp#L124
the const qualified parameter 'param1_name' is copied for each invocation; consider making it a reference [performance-unnecessary-value-param,-warnings-as-errors]
tidy: test/onnx/include/onnx_test_utils.hpp#L125
the const qualified parameter 'param2_name' is copied for each invocation; consider making it a reference [performance-unnecessary-value-param,-warnings-as-errors]
linux-fpga (ubuntu-20.04, debug)
Cache save failed.
cppcheck: src/onnx/parse_groupnorm.cpp#L45
style: Use 'not' instead of ! [UseNamedLogicOperator]
cppcheck: src/onnx/parse_groupnorm.cpp#L71
style: Condition 'is_contrib' is always true [knownConditionTrueFalse]
cppcheck: src/onnx/parse_groupnorm.cpp#L55
style: inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch]