[WebNN] Support more features for GQA #50440
lint.yml
on: pull_request
Optional Lint
43s
Python format
2m 8s
Optional Lint C++
31m 19s
Annotations
8 warnings
|
Python format
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
|
|
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++:
onnxruntime/core/providers/webnn/builders/impl/rotaryEmbedding_op_builder.cc#L12
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/providers/webnn/builders/impl/rotaryEmbedding_op_builder.cc:12: Include the directory when naming header files [build/include_subdir] [4]
|
|
Optional Lint C++:
onnxruntime/core/providers/webnn/builders/impl/gqa_op_builder.cc#L790
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webnn/builders/impl/gqa_op_builder.cc:790: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
|
Optional Lint C++:
onnxruntime/core/providers/webnn/builders/impl/attention_helper.h#L113
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webnn/builders/impl/attention_helper.h:113: Add #include <string> for string [build/include_what_you_use] [4]
|