Skip to content

Enabling L2+ Optimizations for EPs #39535

Enabling L2+ Optimizations for EPs

Enabling L2+ Optimizations for EPs #39535

Triggered via pull request March 4, 2025 17:30
Status Success
Total duration 32m 20s
Artifacts

lint.yml

on: pull_request
Optional Lint
40s
Python format
2m 49s
Optional Lint C++
32m 4s
Lint JavaScript
30s

Annotations

1 error and 14 warnings
Optional Lint C++
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
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Optional Lint C++: onnxruntime/core/framework/compute_capability.h#L43
[cpplint] reported by reviewdog 🐶 Add #include <vector> for vector<> [build/include_what_you_use] [4] Raw Output: onnxruntime/core/framework/compute_capability.h:43: Add #include <vector> for vector<> [build/include_what_you_use] [4]
Optional Lint C++: onnxruntime/core/framework/graph_partitioner.h#L33
[cpplint] reported by reviewdog 🐶 Add #include <utility> for move [build/include_what_you_use] [4] Raw Output: onnxruntime/core/framework/graph_partitioner.h:33: Add #include <utility> for move [build/include_what_you_use] [4]
Optional Lint C++: onnxruntime/core/framework/graph_partitioner.h#L71
[cpplint] reported by reviewdog 🐶 Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4] Raw Output: onnxruntime/core/framework/graph_partitioner.h:71: Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
Optional Lint C++: onnxruntime/core/optimizer/graph_optimizer_registry.cc#L9
[cpplint] reported by reviewdog 🐶 Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5] Raw Output: onnxruntime/core/optimizer/graph_optimizer_registry.cc:9: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Optional Lint C++: onnxruntime/core/optimizer/graph_optimizer_registry.cc#L10
[cpplint] reported by reviewdog 🐶 Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5] Raw Output: onnxruntime/core/optimizer/graph_optimizer_registry.cc:10: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Optional Lint C++: onnxruntime/core/optimizer/graph_optimizer_registry.cc#L29
[cpplint] reported by reviewdog 🐶 Add #include <string> for string [build/include_what_you_use] [4] Raw Output: onnxruntime/core/optimizer/graph_optimizer_registry.cc:29: Add #include <string> for string [build/include_what_you_use] [4]
Optional Lint C++: onnxruntime/core/optimizer/graph_optimizer_registry.h#L14
[cpplint] reported by reviewdog 🐶 Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4] Raw Output: onnxruntime/core/optimizer/graph_optimizer_registry.h:14: Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
Optional Lint C++: onnxruntime/core/optimizer/graph_optimizer_registry.h#L51
[cpplint] reported by reviewdog 🐶 Add #include <string> for string [build/include_what_you_use] [4] Raw Output: onnxruntime/core/optimizer/graph_optimizer_registry.h:51: Add #include <string> for string [build/include_what_you_use] [4]
Optional Lint C++: onnxruntime/core/optimizer/qdq_transformer/constant_folding_dq_node.cc#L15
[cpplint] reported by reviewdog 🐶 Add #include <string> for string [build/include_what_you_use] [4] Raw Output: onnxruntime/core/optimizer/qdq_transformer/constant_folding_dq_node.cc:15: Add #include <string> for string [build/include_what_you_use] [4]
Optional Lint C++: onnxruntime/core/optimizer/qdq_transformer/constant_folding_dq_node.h#L9
[cpplint] reported by reviewdog 🐶 Found C++ system header after other header. Should be: constant_folding_dq_node.h, c system, c++ system, other. [build/include_order] [4] Raw Output: onnxruntime/core/optimizer/qdq_transformer/constant_folding_dq_node.h:9: Found C++ system header after other header. Should be: constant_folding_dq_node.h, c system, c++ system, other. [build/include_order] [4]