Skip to content

Enable user to set QNN HTP performance mode for every session run #26252

Enable user to set QNN HTP performance mode for every session run

Enable user to set QNN HTP performance mode for every session run #26252

Triggered via pull request February 16, 2024 22:54
Status Success
Total duration 23m 8s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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#L808
[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:808: Add #include <memory> for make_shared<> [build/include_what_you_use] [4]
Lint C++: onnxruntime/core/providers/qnn/qnn_execution_provider.cc#L823
[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:823: 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#L132
[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:132: Add #include <memory> for weak_ptr<> [build/include_what_you_use] [4]