[QNN EP] Make QNN EP a shared library #38120
lint.yml
on: pull_request
Optional Lint
38s
Python format
2m 8s
Optional Lint C++
30m 15s
Lint JavaScript
25s
Annotations
1 error and 17 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
|
Optional Lint:
tools/ci_build/github/linux/build_linux_python_package.sh#L71
[shellcheck] reported by reviewdog 🐶
See if you can use ${variable//search/replace} instead.
Raw Output:
./tools/ci_build/github/linux/build_linux_python_package.sh:71:26: info: See if you can use ${variable//search/replace} instead. (ShellCheck.SC2001)
|
Optional Lint:
tools/ci_build/github/linux/build_linux_python_package.sh#L71
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./tools/ci_build/github/linux/build_linux_python_package.sh:71:31: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
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++
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Optional Lint C++:
onnxruntime/core/providers/qnn/ort_api.cc#L193
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/qnn/ort_api.cc:193: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/qnn/ort_api.cc#L208
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/qnn/ort_api.cc:208: Add #include <string> for string [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/qnn/ort_api.h#L58
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: ort_api.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/providers/qnn/ort_api.h:58: Found C++ system header after other header. Should be: ort_api.h, c system, c++ system, other. [build/include_order] [4]
|
Optional Lint C++:
onnxruntime/core/providers/qnn/ort_api.h#L59
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: ort_api.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/providers/qnn/ort_api.h:59: Found C++ system header after other header. Should be: ort_api.h, c system, c++ system, other. [build/include_order] [4]
|
Optional Lint C++:
onnxruntime/core/providers/qnn/ort_api.h#L124
[cpplint] reported by reviewdog 🐶
Add #include <utility> for pair<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/qnn/ort_api.h:124: Add #include <utility> for pair<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/qnn/ort_api.h#L124
[cpplint] reported by reviewdog 🐶
Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/qnn/ort_api.h:124: Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/qnn/ort_api.h#L173
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/qnn/ort_api.h:173: Add #include <string> for string [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/qnn/qnn_provider_factory.cc#L52
[cpplint] reported by reviewdog 🐶
Add #include <memory> for make_shared<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/qnn/qnn_provider_factory.cc:52: Add #include <memory> for make_shared<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/qnn/qnn_telemetry.cc#L69
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/qnn/qnn_telemetry.cc:69: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/qnn/qnn_telemetry.cc#L144
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/qnn/qnn_telemetry.cc:144: Add #include <string> for string [build/include_what_you_use] [4]
|