Utilize ext data location to reduce qd matmul memory usage #31932
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/optimizer/graph_transformer_utils.h#L87
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
include/onnxruntime/core/optimizer/graph_transformer_utils.h:87: Add #include <string> for string [build/include_what_you_use] [4]
|
include/onnxruntime/core/optimizer/graph_transformer_utils.h#L87
[cpplint] reported by reviewdog 🐶
Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
Raw Output:
include/onnxruntime/core/optimizer/graph_transformer_utils.h:87: Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
|
onnxruntime/core/framework/session_state.h#L574
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/framework/session_state.h:574: Add #include <string> for string [build/include_what_you_use] [4]
|
onnxruntime/core/framework/session_state_utils.cc#L203
[cpplint] reported by reviewdog 🐶
Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/framework/session_state_utils.cc:203: Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
|
onnxruntime/core/framework/session_state_utils.cc#L203
[cpplint] reported by reviewdog 🐶
Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/framework/session_state_utils.cc:203: Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
|
onnxruntime/core/framework/session_state_utils.h#L48
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/framework/session_state_utils.h:48: Add #include <string> for string [build/include_what_you_use] [4]
|
onnxruntime/core/framework/session_state_utils.h#L48
[cpplint] reported by reviewdog 🐶
Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/framework/session_state_utils.h:48: Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
|
onnxruntime/core/framework/session_state_utils.h#L48
[cpplint] reported by reviewdog 🐶
Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/framework/session_state_utils.h:48: Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
|
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_actions.cc#L281
[cpplint] reported by reviewdog 🐶
Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_actions.cc:281: Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
|
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_actions.cc#L455
[cpplint] reported by reviewdog 🐶
Add #include <utility> for move [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_actions.cc:455: Add #include <utility> for move [build/include_what_you_use] [4]
|
This job failed
Loading