Skip to content

Add contrib groupnorm #22443

Add contrib groupnorm

Add contrib groupnorm #22443

Triggered via pull request February 11, 2025 00:57
Status Failure
Total duration 58m 22s
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

3 errors and 16 warnings
format
Process completed with exit code 1.
tidy
Process completed with exit code 2.
cppcheck
Process completed with exit code 2.
tidy
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
tidy
Cache save failed.
tidy: src/onnx/parse_groupnorm.cpp#L56
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#L86
redundant condition 'is_contrib' [bugprone-redundant-branch-condition,-warnings-as-errors]
tidy: src/onnx/parse_groupnorm.cpp#L89
implicit conversion 'unsigned long' -> 'bool' [readability-implicit-bool-conversion,-warnings-as-errors]
tidy: test/onnx/include/onnx_verify_utils.hpp#L37
the parameter 'scale_str' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param,-warnings-as-errors]
tidy: test/onnx/include/onnx_verify_utils.hpp#L38
the parameter 'bias_str' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param,-warnings-as-errors]
tidy: test/onnx/include/onnx_verify_utils.hpp#L37
the parameter 'scale_str' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param,-warnings-as-errors]
tidy: test/onnx/include/onnx_verify_utils.hpp#L38
the parameter 'bias_str' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param,-warnings-as-errors]
tidy: test/onnx/include/onnx_verify_utils.hpp#L37
the parameter 'scale_str' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param,-warnings-as-errors]
tidy: test/onnx/include/onnx_verify_utils.hpp#L38
the parameter 'bias_str' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param,-warnings-as-errors]
tidy: test/onnx/include/onnx_verify_utils.hpp#L37
the parameter 'scale_str' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param,-warnings-as-errors]
cppcheck
Cache not found for keys: cppcheck-cache-1-2e92133624cacf726312b3eaabb6d7ed80281b7cec875d922a7486319a86e745-refs/pull/3678/merge, cppcheck-cache-1-2e92133624cacf726312b3eaabb6d7ed80281b7cec875d922a7486319a86e745-
cppcheck
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
cppcheck
Cache save failed.
cppcheck: src/onnx/parse_groupnorm.cpp#L86
style: Condition 'is_contrib' is always true [knownConditionTrueFalse]