Implements Slice Operator for WebGPU Native #37335
Annotations
8 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/webgpu/tensor/slice.cc#L160
[cpplint] reported by reviewdog 🐶
Add #include <algorithm> for min [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webgpu/tensor/slice.cc:160: Add #include <algorithm> for min [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/webgpu/tensor/slice.cc#L177
[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:177: Add #include <limits> for numeric_limits<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/webgpu/tensor/slice.cc#L238
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webgpu/tensor/slice.cc:238: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/webgpu/tensor/slice.cc#L258
[cpplint] reported by reviewdog 🐶
Add #include <iostream> for cout [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webgpu/tensor/slice.cc:258: Add #include <iostream> for cout [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Loading