[WebGPU-Native] Tile Operator #34538
lint.yml
on: pull_request
Optional Lint
35s
Python format
3m 45s
Optional Lint C++
13m 57s
Lint JavaScript
23s
Annotations
13 warnings
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++:
onnxruntime/core/providers/webgpu/tensor/tile.cc#L30
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/webgpu/tensor/tile.cc:30: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Optional Lint C++:
onnxruntime/core/providers/webgpu/tensor/tile.cc#L31
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/webgpu/tensor/tile.cc:31: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Optional Lint C++:
onnxruntime/core/providers/webgpu/tensor/tile.cc#L39
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webgpu/tensor/tile.cc:39: Add #include <string> for string [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/webgpu/tensor/tile.cc#L60
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webgpu/tensor/tile.cc:60: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/webgpu/tensor/tile.cc#L90
[cpplint] reported by reviewdog 🐶
Could not find a newline character at the end of the file. [whitespace/ending_newline] [5]
Raw Output:
onnxruntime/core/providers/webgpu/tensor/tile.cc:90: Could not find a newline character at the end of the file. [whitespace/ending_newline] [5]
|
Optional Lint C++:
onnxruntime/core/providers/webgpu/tensor/tile.h#L30
[cpplint] reported by reviewdog 🐶
Could not find a newline character at the end of the file. [whitespace/ending_newline] [5]
Raw Output:
onnxruntime/core/providers/webgpu/tensor/tile.h:30: Could not find a newline character at the end of the file. [whitespace/ending_newline] [5]
|
Optional Lint C++:
onnxruntime/core/providers/webgpu/webgpu_execution_provider.cc#L671
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/webgpu/webgpu_execution_provider.cc:671: Lines should be <= 120 characters long [whitespace/line_length] [2]
|