[WebGPU EP] allow concat operator to handle large number of inputs #44561
Annotations
3 warnings
|
onnxruntime/core/providers/webgpu/tensor/concat.cc#L120
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webgpu/tensor/concat.cc:120: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
|
onnxruntime/core/providers/webgpu/tensor/concat.cc#L114
[cpplint] reported by reviewdog 🐶
Add #include <algorithm> for min [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webgpu/tensor/concat.cc:114: Add #include <algorithm> for min [build/include_what_you_use] [4]
|
|
onnxruntime/core/providers/webgpu/tensor/concat.cc#L64
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webgpu/tensor/concat.cc:64: Add #include <string> for string [build/include_what_you_use] [4]
|
The logs for this run have expired and are no longer available.
Loading