[WIP] WebGPU EP [skip ci] #33852
Triggered via pull request
September 11, 2024 23:34
Status
Success
Total duration
13m 34s
Artifacts
–
lint.yml
on: pull_request
Optional Lint
41s
Python format
3m 22s
Optional Lint C++
13m 27s
Lint JavaScript
22s
Annotations
1 error and 21 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:
onnxruntime/core/providers/webgpu/program_manager.cc#L91
[misspell] reported by reviewdog 🐶
"Explaination" is a misspelling of "Explanation"
Raw Output:
./onnxruntime/core/providers/webgpu/program_manager.cc:91:5: "Explaination" is a misspelling of "Explanation"
|
Optional Lint:
onnxruntime/core/providers/webgpu/program_manager.cc#L109
[misspell] reported by reviewdog 🐶
"stlye" is a misspelling of "style"
Raw Output:
./onnxruntime/core/providers/webgpu/program_manager.cc:109:71: "stlye" is a misspelling of "style"
|
Optional Lint:
onnxruntime/core/providers/webgpu/shader_helper.h#L38
[misspell] reported by reviewdog 🐶
"overriden" is a misspelling of "overridden"
Raw Output:
./onnxruntime/core/providers/webgpu/shader_helper.h:38:30: "overriden" is a misspelling of "overridden"
|
Optional Lint:
onnxruntime/core/providers/webgpu/shader_helper.h#L154
[misspell] reported by reviewdog 🐶
"neccessary" is a misspelling of "necessary"
Raw Output:
./onnxruntime/core/providers/webgpu/shader_helper.h:154:30: "neccessary" is a misspelling of "necessary"
|
Optional Lint:
onnxruntime/core/providers/webgpu/shader_helper.cc#L160
[misspell] reported by reviewdog 🐶
"overriden" is a misspelling of "overridden"
Raw Output:
./onnxruntime/core/providers/webgpu/shader_helper.cc:160:23: "overriden" is a misspelling of "overridden"
|
Python format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Python format
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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++:
include/onnxruntime/core/session/onnxruntime_cxx_api.h#L895
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
include/onnxruntime/core/session/onnxruntime_cxx_api.h:895: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Optional Lint C++:
include/onnxruntime/core/session/onnxruntime_cxx_inline.h#L842
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
include/onnxruntime/core/session/onnxruntime_cxx_inline.h:842: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Optional Lint C++:
include/onnxruntime/core/session/onnxruntime_cxx_inline.h#L843
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
include/onnxruntime/core/session/onnxruntime_cxx_inline.h:843: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Optional Lint C++:
include/onnxruntime/core/session/onnxruntime_cxx_inline.h#L856
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
include/onnxruntime/core/session/onnxruntime_cxx_inline.h:856: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Optional Lint C++:
onnxruntime/contrib_ops/webgpu/bert/fast_gelu.cc#L41
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/contrib_ops/webgpu/bert/fast_gelu.cc:41: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Optional Lint C++:
onnxruntime/contrib_ops/webgpu/bert/fast_gelu.cc#L26
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/contrib_ops/webgpu/bert/fast_gelu.cc:26: Add #include <string> for string [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/contrib_ops/webgpu/bert/fast_gelu.h#L13
[cpplint] reported by reviewdog 🐶
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Raw Output:
onnxruntime/contrib_ops/webgpu/bert/fast_gelu.h:13: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Optional Lint C++:
onnxruntime/contrib_ops/webgpu/webgpu_contrib_kernels.cc#L38
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/contrib_ops/webgpu/webgpu_contrib_kernels.cc:38: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Optional Lint C++:
onnxruntime/contrib_ops/webgpu/webgpu_contrib_kernels.cc#L39
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/contrib_ops/webgpu/webgpu_contrib_kernels.cc:39: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Optional Lint C++:
onnxruntime/contrib_ops/webgpu/webgpu_contrib_kernels.cc#L40
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/contrib_ops/webgpu/webgpu_contrib_kernels.cc:40: Lines should be <= 120 characters long [whitespace/line_length] [2]
|