[WIP] WebGPU EP [skip ci] #34592
Triggered via pull request
September 30, 2024 09:29
Status
Success
Total duration
14m 6s
Artifacts
–
lint.yml
on: pull_request
Optional Lint
31s
Python format
3m 36s
Optional Lint C++
13m 58s
Lint JavaScript
24s
Annotations
1 error and 20 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/shader_helper.h#L39
[misspell] reported by reviewdog 🐶
"overriden" is a misspelling of "overridden"
Raw Output:
./onnxruntime/core/providers/webgpu/shader_helper.h:39:30: "overriden" is a misspelling of "overridden"
|
Optional Lint:
onnxruntime/core/providers/webgpu/shader_helper.h#L151
[misspell] reported by reviewdog 🐶
"neccessary" is a misspelling of "necessary"
Raw Output:
./onnxruntime/core/providers/webgpu/shader_helper.h:151:30: "neccessary" is a misspelling of "necessary"
|
Optional Lint:
onnxruntime/core/providers/webgpu/program_manager.cc#L93
[misspell] reported by reviewdog 🐶
"Explaination" is a misspelling of "Explanation"
Raw Output:
./onnxruntime/core/providers/webgpu/program_manager.cc:93:5: "Explaination" is a misspelling of "Explanation"
|
Optional Lint:
onnxruntime/core/providers/webgpu/program_manager.cc#L111
[misspell] reported by reviewdog 🐶
"stlye" is a misspelling of "style"
Raw Output:
./onnxruntime/core/providers/webgpu/program_manager.cc:111:71: "stlye" is a misspelling of "style"
|
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.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/bert/rotary_embedding.cc#L29
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/contrib_ops/webgpu/bert/rotary_embedding.cc:29: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
Optional Lint C++:
onnxruntime/contrib_ops/webgpu/bert/rotary_embedding.cc#L37
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/contrib_ops/webgpu/bert/rotary_embedding.cc:37: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Optional Lint C++:
onnxruntime/contrib_ops/webgpu/bert/rotary_embedding.cc#L38
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/contrib_ops/webgpu/bert/rotary_embedding.cc:38: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Optional Lint C++:
onnxruntime/contrib_ops/webgpu/bert/rotary_embedding.cc#L39
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/contrib_ops/webgpu/bert/rotary_embedding.cc:39: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Optional Lint C++:
onnxruntime/contrib_ops/webgpu/bert/rotary_embedding.cc#L41
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/contrib_ops/webgpu/bert/rotary_embedding.cc:41: Lines should be <= 120 characters long [whitespace/line_length] [2]
|