Skip to content

Preetha/weight sharing fix (#545) #2132

Preetha/weight sharing fix (#545)

Preetha/weight sharing fix (#545) #2132

Triggered via push January 27, 2025 14:10
Status Failure
Total duration 1d 2h 22m 25s
Artifacts
Validation
0s
Validation
Fit to window
Zoom out
Zoom in

Annotations

1 error and 21 notices
Validation
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
[cpplint] onnxruntime/core/providers/openvino/backend_utils.cc#L352: onnxruntime/core/providers/openvino/backend_utils.cc#L352
Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
[cpplint] onnxruntime/core/providers/openvino/backend_utils.cc#L385: onnxruntime/core/providers/openvino/backend_utils.cc#L385
Add #include <string> for string [build/include_what_you_use] [4]
[cpplint] onnxruntime/core/providers/openvino/backend_utils.cc#L407: onnxruntime/core/providers/openvino/backend_utils.cc#L407
Add #include <memory> for make_shared<> [build/include_what_you_use] [4]
[cpplint] onnxruntime/core/providers/openvino/contexts.h#L10: onnxruntime/core/providers/openvino/contexts.h#L10
<filesystem> is an unapproved C++17 header. [build/c++17] [5]
[cpplint] onnxruntime/core/providers/openvino/contexts.h#L103: onnxruntime/core/providers/openvino/contexts.h#L103
Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
[cpplint] onnxruntime/core/providers/openvino/openvino_execution_provider.cc#L99: onnxruntime/core/providers/openvino/openvino_execution_provider.cc#L99
If an else has a brace on one side, it should have it on both [readability/braces] [5]
[cpplint] onnxruntime/core/providers/openvino/openvino_execution_provider.cc#L104: onnxruntime/core/providers/openvino/openvino_execution_provider.cc#L104
If an else has a brace on one side, it should have it on both [readability/braces] [5]
[cpplint] onnxruntime/core/providers/openvino/ov_interface.cc#L16: onnxruntime/core/providers/openvino/ov_interface.cc#L16
For a static/global string constant, use a C style string instead: "static const char log_tag[]". [runtime/string] [4]
[cpplint] onnxruntime/core/providers/openvino/ov_interface.cc#L227: onnxruntime/core/providers/openvino/ov_interface.cc#L227
Add #include <string> for string [build/include_what_you_use] [4]