[WIP] Add QNN EP HTP shared memory allocator #37343
Triggered via pull request
December 19, 2024 01:37
Status
Success
Total duration
30m 56s
Artifacts
–
lint.yml
on: pull_request
Optional Lint
38s
Python format
3m 11s
Optional Lint C++
30m 45s
Lint JavaScript
36s
Annotations
1 error and 16 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
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/qnn_backend_manager.cc#L1695
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/core/providers/qnn/builder/qnn_backend_manager.cc:1695: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
Optional Lint C++:
onnxruntime/core/providers/qnn/builder/qnn_backend_manager.cc#L1658
[cpplint] reported by reviewdog 🐶
Add #include <memory> for make_shared<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/qnn/builder/qnn_backend_manager.cc:1658: Add #include <memory> for make_shared<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/qnn/builder/qnn_backend_manager.cc#L1707
[cpplint] reported by reviewdog 🐶
Add #include <utility> for move [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/qnn/builder/qnn_backend_manager.cc:1707: Add #include <utility> for move [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/qnn/builder/qnn_context_mem_handle_manager.cc#L101
[cpplint] reported by reviewdog 🐶
Add #include <utility> for move [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/qnn/builder/qnn_context_mem_handle_manager.cc:101: Add #include <utility> for move [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/qnn/builder/qnn_model.cc#L7
[cpplint] reported by reviewdog 🐶
Found C system header after C++ system header. Should be: qnn_model.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/providers/qnn/builder/qnn_model.cc:7: Found C system header after C++ system header. Should be: qnn_model.h, c system, c++ system, other. [build/include_order] [4]
|
Optional Lint C++:
onnxruntime/core/providers/qnn/builder/qnn_utils.cc#L69
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/core/providers/qnn/builder/qnn_utils.cc:69: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
Optional Lint C++:
onnxruntime/core/providers/qnn/builder/qnn_utils.h#L11
[cpplint] reported by reviewdog 🐶
Found C system header after C++ system header. Should be: qnn_utils.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/providers/qnn/builder/qnn_utils.h:11: Found C system header after C++ system header. Should be: qnn_utils.h, c system, c++ system, other. [build/include_order] [4]
|
Optional Lint C++:
onnxruntime/core/providers/qnn/qnn_allocator.cc#L28
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
Raw Output:
onnxruntime/core/providers/qnn/qnn_allocator.cc:28: Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
|
Optional Lint C++:
onnxruntime/core/providers/qnn/qnn_allocator.cc#L43
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/core/providers/qnn/qnn_allocator.cc:43: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
Optional Lint C++:
onnxruntime/core/providers/qnn/qnn_allocator.cc#L77
[cpplint] reported by reviewdog 🐶
Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/qnn/qnn_allocator.cc:77: Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
|