OpenVINO EP Weights Sharing Feature #38651
Annotations
1 error and 10 warnings
Run reviewdog/action-cpplint@master
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
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/openvino/backend_utils.cc#L8
[cpplint] reported by reviewdog 🐶
<filesystem> is an unapproved C++17 header. [build/c++17] [5]
Raw Output:
onnxruntime/core/providers/openvino/backend_utils.cc:8: <filesystem> is an unapproved C++17 header. [build/c++17] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/openvino/backend_utils.cc#L368
[cpplint] reported by reviewdog 🐶
Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/openvino/backend_utils.cc:368: Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/openvino/backend_utils.cc#L401
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/openvino/backend_utils.cc:401: Add #include <string> for string [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/openvino/backend_utils.cc#L423
[cpplint] reported by reviewdog 🐶
Add #include <memory> for make_shared<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/openvino/backend_utils.cc:423: Add #include <memory> for make_shared<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/openvino/contexts.h#L10
[cpplint] reported by reviewdog 🐶
<filesystem> is an unapproved C++17 header. [build/c++17] [5]
Raw Output:
onnxruntime/core/providers/openvino/contexts.h:10: <filesystem> is an unapproved C++17 header. [build/c++17] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/openvino/contexts.h#L103
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
Raw Output:
onnxruntime/core/providers/openvino/contexts.h:103: Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/openvino/onnx_ctx_model_helper.cc#L95
[cpplint] reported by reviewdog 🐶
Add #include <utility> for move [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/openvino/onnx_ctx_model_helper.cc:95: Add #include <utility> for move [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/openvino/onnx_ctx_model_helper.cc#L114
[cpplint] reported by reviewdog 🐶
Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/openvino/onnx_ctx_model_helper.cc:114: Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/openvino/openvino_execution_provider.cc#L99
[cpplint] reported by reviewdog 🐶
If an else has a brace on one side, it should have it on both [readability/braces] [5]
Raw Output:
onnxruntime/core/providers/openvino/openvino_execution_provider.cc:99: If an else has a brace on one side, it should have it on both [readability/braces] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/openvino/openvino_execution_provider.cc#L104
[cpplint] reported by reviewdog 🐶
If an else has a brace on one side, it should have it on both [readability/braces] [5]
Raw Output:
onnxruntime/core/providers/openvino/openvino_execution_provider.cc:104: If an else has a brace on one side, it should have it on both [readability/braces] [5]
|
Loading