Enable user to set QNN HTP performance mode for every session run #26241
Triggered via pull request
February 16, 2024 16:33
Status
Success
Total duration
22m 55s
Artifacts
–
lint.yml
on: pull_request
Optional Lint
35s
Python format
5m 8s
Lint C++
22m 48s
Lint JavaScript
27s
Annotations
15 warnings
Python format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Python format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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/
|
Lint C++:
onnxruntime/core/providers/dml/DmlExecutionProvider/src/ExecutionProvider.h#L273
[cpplint] reported by reviewdog 🐶
"override" is redundant since function is already declared as "final" [readability/inheritance] [4]
Raw Output:
onnxruntime/core/providers/dml/DmlExecutionProvider/src/ExecutionProvider.h:273: "override" is redundant since function is already declared as "final" [readability/inheritance] [4]
|
Lint C++:
onnxruntime/core/providers/dml/DmlExecutionProvider/src/ExecutionProvider.h#L281
[cpplint] reported by reviewdog 🐶
"override" is redundant since function is already declared as "final" [readability/inheritance] [4]
Raw Output:
onnxruntime/core/providers/dml/DmlExecutionProvider/src/ExecutionProvider.h:281: "override" is redundant since function is already declared as "final" [readability/inheritance] [4]
|
Lint C++:
onnxruntime/core/providers/qnn/qnn_execution_provider.cc#L49
[cpplint] reported by reviewdog 🐶
Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
Raw Output:
onnxruntime/core/providers/qnn/qnn_execution_provider.cc:49: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
|
Lint C++:
onnxruntime/core/providers/qnn/qnn_execution_provider.cc#L790
[cpplint] reported by reviewdog 🐶
Add #include <memory> for make_shared<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/qnn/qnn_execution_provider.cc:790: Add #include <memory> for make_shared<> [build/include_what_you_use] [4]
|
Lint C++:
onnxruntime/core/providers/qnn/qnn_execution_provider.cc#L805
[cpplint] reported by reviewdog 🐶
Add #include <utility> for make_pair [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/qnn/qnn_execution_provider.cc:805: Add #include <utility> for make_pair [build/include_what_you_use] [4]
|
Lint C++:
onnxruntime/core/providers/qnn/qnn_execution_provider.h#L15
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: qnn_execution_provider.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/providers/qnn/qnn_execution_provider.h:15: Found C++ system header after other header. Should be: qnn_execution_provider.h, c system, c++ system, other. [build/include_order] [4]
|
Lint C++:
onnxruntime/core/providers/qnn/qnn_execution_provider.h#L16
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: qnn_execution_provider.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/providers/qnn/qnn_execution_provider.h:16: Found C++ system header after other header. Should be: qnn_execution_provider.h, c system, c++ system, other. [build/include_order] [4]
|
Lint C++:
onnxruntime/core/providers/qnn/qnn_execution_provider.h#L17
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: qnn_execution_provider.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/providers/qnn/qnn_execution_provider.h:17: Found C++ system header after other header. Should be: qnn_execution_provider.h, c system, c++ system, other. [build/include_order] [4]
|
Lint C++:
onnxruntime/core/providers/qnn/qnn_execution_provider.h#L133
[cpplint] reported by reviewdog 🐶
Add #include <memory> for weak_ptr<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/qnn/qnn_execution_provider.h:133: Add #include <memory> for weak_ptr<> [build/include_what_you_use] [4]
|