[QNN EP] [DRAFT] Make QNN EP a shared library #37374
Triggered via pull request
December 19, 2024 21:32
Status
Success
Total duration
30m 53s
Artifacts
–
lint.yml
on: pull_request
Optional Lint
37s
Python format
3m 11s
Optional Lint C++
30m 41s
Lint JavaScript
38s
Annotations
1 error and 18 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#L62
[shellcheck] reported by reviewdog 🐶
Quote this to prevent word splitting.
Raw Output:
./tools/ci_build/github/linux/build_linux_python_package.sh:62:16: warning: Quote this to prevent word splitting. (ShellCheck.SC2046)
|
Optional Lint:
tools/ci_build/github/linux/build_linux_python_package.sh#L90
[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:90: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#L90
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./tools/ci_build/github/linux/build_linux_python_package.sh:90: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/builder/opbuilder/argmax_min_op_builder.cc#L4
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/providers/qnn/builder/opbuilder/argmax_min_op_builder.cc:4: Include the directory when naming header files [build/include_subdir] [4]
|
Optional Lint C++:
onnxruntime/core/providers/qnn/builder/opbuilder/base_op_builder.cc#L358
[cpplint] reported by reviewdog 🐶
Add #include <utility> for move [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/qnn/builder/opbuilder/base_op_builder.cc:358: Add #include <utility> for move [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/qnn/builder/opbuilder/batch_norm_op_builder.cc#L8
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/providers/qnn/builder/opbuilder/batch_norm_op_builder.cc:8: Include the directory when naming header files [build/include_subdir] [4]
|
Optional Lint C++:
onnxruntime/core/providers/qnn/builder/opbuilder/cast_op_builder.cc#L7
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/providers/qnn/builder/opbuilder/cast_op_builder.cc:7: Include the directory when naming header files [build/include_subdir] [4]
|
Optional Lint C++:
onnxruntime/core/providers/qnn/builder/opbuilder/clip_op_builder.cc#L7
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/providers/qnn/builder/opbuilder/clip_op_builder.cc:7: Include the directory when naming header files [build/include_subdir] [4]
|
Optional Lint C++:
onnxruntime/core/providers/qnn/builder/opbuilder/conv_op_builder.cc#L4
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/providers/qnn/builder/opbuilder/conv_op_builder.cc:4: Include the directory when naming header files [build/include_subdir] [4]
|
Optional Lint C++:
onnxruntime/core/providers/qnn/builder/opbuilder/expand_op_builder.cc#L4
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/providers/qnn/builder/opbuilder/expand_op_builder.cc:4: Include the directory when naming header files [build/include_subdir] [4]
|
Optional Lint C++:
onnxruntime/core/providers/qnn/builder/opbuilder/gather_op_builder.cc#L5
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/providers/qnn/builder/opbuilder/gather_op_builder.cc:5: Include the directory when naming header files [build/include_subdir] [4]
|
Optional Lint C++:
onnxruntime/core/providers/qnn/builder/opbuilder/gemm_op_builder.cc#L4
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/providers/qnn/builder/opbuilder/gemm_op_builder.cc:4: Include the directory when naming header files [build/include_subdir] [4]
|
Optional Lint C++:
onnxruntime/core/providers/qnn/builder/opbuilder/instance_norm_op_builder.cc#L4
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/providers/qnn/builder/opbuilder/instance_norm_op_builder.cc:4: Include the directory when naming header files [build/include_subdir] [4]
|