[WebGPU EP] Support GroupQueryAttention #36850
Triggered via pull request
November 22, 2024 17:07
Status
Success
Total duration
32m 26s
Artifacts
–
lint.yml
on: pull_request
Optional Lint
37s
Python format
3m 8s
Optional Lint C++
31m 24s
Lint JavaScript
33s
Annotations
1 error and 14 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
|
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/contrib_ops/webgpu/bert/attention.cc#L9
[cpplint] reported by reviewdog 🐶
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Raw Output:
onnxruntime/contrib_ops/webgpu/bert/attention.cc:9: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Optional Lint C++:
onnxruntime/contrib_ops/webgpu/bert/attention.cc#L10
[cpplint] reported by reviewdog 🐶
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Raw Output:
onnxruntime/contrib_ops/webgpu/bert/attention.cc:10: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Optional Lint C++:
onnxruntime/contrib_ops/webgpu/bert/attention.cc#L11
[cpplint] reported by reviewdog 🐶
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Raw Output:
onnxruntime/contrib_ops/webgpu/bert/attention.cc:11: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Optional Lint C++:
onnxruntime/contrib_ops/webgpu/bert/attention.cc#L12
[cpplint] reported by reviewdog 🐶
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Raw Output:
onnxruntime/contrib_ops/webgpu/bert/attention.cc:12: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Optional Lint C++:
onnxruntime/contrib_ops/webgpu/bert/attention.cc#L69
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
onnxruntime/contrib_ops/webgpu/bert/attention.cc:69: You don't need a ; after a } [readability/braces] [4]
|
Optional Lint C++:
onnxruntime/contrib_ops/webgpu/bert/attention.cc#L479
[cpplint] reported by reviewdog 🐶
Add #include <algorithm> for min [build/include_what_you_use] [4]
Raw Output:
onnxruntime/contrib_ops/webgpu/bert/attention.cc:479: Add #include <algorithm> for min [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/contrib_ops/webgpu/bert/attention.h#L16
[cpplint] reported by reviewdog 🐶
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Raw Output:
onnxruntime/contrib_ops/webgpu/bert/attention.h:16: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Optional Lint C++:
onnxruntime/contrib_ops/webgpu/bert/attention.h#L93
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/contrib_ops/webgpu/bert/attention.h:93: Add #include <string> for string [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/contrib_ops/webgpu/bert/attention_common.h#L18
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
Raw Output:
onnxruntime/contrib_ops/webgpu/bert/attention_common.h:18: Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
|
Optional Lint C++:
onnxruntime/contrib_ops/webgpu/bert/attention_common.h#L42
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
Raw Output:
onnxruntime/contrib_ops/webgpu/bert/attention_common.h:42: Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
|