Add QNN EP HTP shared memory allocator #37343
Annotations
1 error and 11 warnings
Run reviewdog/action-cpplint@master
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
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Loading