Enable QNN weight sharing #32724
Annotations
1 error and 10 warnings
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
|
include/onnxruntime/core/framework/allocator.h#L247
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Raw Output:
include/onnxruntime/core/framework/allocator.h:247: Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
|
include/onnxruntime/core/framework/allocator.h#L256
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
include/onnxruntime/core/framework/allocator.h:256: Add #include <string> for string [build/include_what_you_use] [4]
|
include/onnxruntime/core/framework/execution_provider.h#L333
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
include/onnxruntime/core/framework/execution_provider.h:333: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
include/onnxruntime/core/session/environment.h#L97
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
include/onnxruntime/core/session/environment.h:97: Add #include <string> for string [build/include_what_you_use] [4]
|
include/onnxruntime/core/session/environment.h#L101
[cpplint] reported by reviewdog 🐶
Add #include <utility> for move [build/include_what_you_use] [4]
Raw Output:
include/onnxruntime/core/session/environment.h:101: Add #include <utility> for move [build/include_what_you_use] [4]
|
include/onnxruntime/core/session/environment.h#L117
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
include/onnxruntime/core/session/environment.h:117: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
onnxruntime/core/providers/partitioning_utils.cc#L179
[cpplint] reported by reviewdog 🐶
Add #include <list> for list<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/partitioning_utils.cc:179: Add #include <list> for list<> [build/include_what_you_use] [4]
|
onnxruntime/core/providers/qnn/builder/onnx_ctx_model_helper.cc#L65
[cpplint] reported by reviewdog 🐶
Should have a space between // and comment [whitespace/comments] [4]
Raw Output:
onnxruntime/core/providers/qnn/builder/onnx_ctx_model_helper.cc:65: Should have a space between // and comment [whitespace/comments] [4]
|
onnxruntime/core/providers/qnn/builder/onnx_ctx_model_helper.cc#L66
[cpplint] reported by reviewdog 🐶
Should have a space between // and comment [whitespace/comments] [4]
Raw Output:
onnxruntime/core/providers/qnn/builder/onnx_ctx_model_helper.cc:66: Should have a space between // and comment [whitespace/comments] [4]
|
onnxruntime/core/providers/qnn/builder/qnn_backend_manager.cc#L674
[cpplint] reported by reviewdog 🐶
Add #include <utility> for move [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/qnn/builder/qnn_backend_manager.cc:674: Add #include <utility> for move [build/include_what_you_use] [4]
|
This job succeeded
Loading