Enable user to set QNN HTP performance mode for every session run #26252
Annotations
9 warnings
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
The logs for this run have expired and are no longer available.
Loading