[WebGPU EP] extend concat to handle large number of inputs #44339
lint.yml
on: pull_request
Optional Lint
38s
Python format
2m 51s
Optional Lint C++
32m 57s
Lint JavaScript
38s
Annotations
6 warnings
|
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/concat.cc#L156
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webgpu/tensor/concat.cc:156: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
|
Optional Lint C++:
onnxruntime/core/providers/webgpu/tensor/concat.cc#L143
[cpplint] reported by reviewdog 🐶
Add #include <algorithm> for min [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webgpu/tensor/concat.cc:143: Add #include <algorithm> for min [build/include_what_you_use] [4]
|