Implements Slice Operator for WebGPU Native #37340
Triggered via pull request
December 18, 2024 23:27
Status
Success
Total duration
30m 43s
Artifacts
–
lint.yml
on: pull_request
Optional Lint
40s
Python format
1m 53s
Optional Lint C++
30m 10s
Lint JavaScript
38s
Annotations
13 warnings
Optional Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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++
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Optional Lint C++:
onnxruntime/core/providers/webgpu/tensor/slice.cc#L60
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webgpu/tensor/slice.cc:60: Add #include <string> for string [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/webgpu/tensor/slice.cc#L194
[cpplint] reported by reviewdog 🐶
Add #include <algorithm> for min [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webgpu/tensor/slice.cc:194: Add #include <algorithm> for min [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/webgpu/tensor/slice.cc#L211
[cpplint] reported by reviewdog 🐶
Add #include <limits> for numeric_limits<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webgpu/tensor/slice.cc:211: Add #include <limits> for numeric_limits<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/webgpu/tensor/slice.cc#L294
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webgpu/tensor/slice.cc:294: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/webgpu/tensor/slice.cc#L314
[cpplint] reported by reviewdog 🐶
Add #include <iostream> for cout [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webgpu/tensor/slice.cc:314: Add #include <iostream> for cout [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/webgpu/tensor/slice.h#L8
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: slice.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/providers/webgpu/tensor/slice.h:8: Found C++ system header after other header. Should be: slice.h, c system, c++ system, other. [build/include_order] [4]
|
Optional Lint C++:
onnxruntime/core/providers/webgpu/tensor/slice.h#L36
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webgpu/tensor/slice.h:36: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|