Skip to content

[WIP][Native WebGPU] Add Conv, ConTranspose and FusedConv #40625

[WIP][Native WebGPU] Add Conv, ConTranspose and FusedConv

[WIP][Native WebGPU] Add Conv, ConTranspose and FusedConv #40625

Triggered via pull request March 27, 2025 02:56
Status Failure
Total duration 30m 49s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 14 warnings
Python format
Process completed with exit code 1.
Optional Lint C++
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
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/math/matmul.cc#L61
[cpplint] reported by reviewdog 🐶 Add #include <string> for string [build/include_what_you_use] [4] Raw Output: onnxruntime/core/providers/webgpu/math/matmul.cc:61: Add #include <string> for string [build/include_what_you_use] [4]
Optional Lint C++: onnxruntime/core/providers/webgpu/math/matmul.cc#L228
[cpplint] reported by reviewdog 🐶 Add #include <vector> for vector<> [build/include_what_you_use] [4] Raw Output: onnxruntime/core/providers/webgpu/math/matmul.cc:228: Add #include <vector> for vector<> [build/include_what_you_use] [4]
Optional Lint C++: onnxruntime/core/providers/webgpu/math/matmul.h#L17
[cpplint] reported by reviewdog 🐶 Add #include <vector> for vector<> [build/include_what_you_use] [4] Raw Output: onnxruntime/core/providers/webgpu/math/matmul.h:17: Add #include <vector> for vector<> [build/include_what_you_use] [4]
Optional Lint C++: onnxruntime/core/providers/webgpu/math/matmul_packed.cc#L8
[cpplint] reported by reviewdog 🐶 Found C++ system header after other header. Should be: matmul_packed.h, c system, c++ system, other. [build/include_order] [4] Raw Output: onnxruntime/core/providers/webgpu/math/matmul_packed.cc:8: Found C++ system header after other header. Should be: matmul_packed.h, c system, c++ system, other. [build/include_order] [4]
Optional Lint C++: onnxruntime/core/providers/webgpu/math/matmul_packed.h#L41
[cpplint] reported by reviewdog 🐶 Add #include <string> for string [build/include_what_you_use] [4] Raw Output: onnxruntime/core/providers/webgpu/math/matmul_packed.h:41: Add #include <string> for string [build/include_what_you_use] [4]
Optional Lint C++: onnxruntime/core/providers/webgpu/nn/activation_util.cc#L20
[cpplint] reported by reviewdog 🐶 Add #include <string> for string [build/include_what_you_use] [4] Raw Output: onnxruntime/core/providers/webgpu/nn/activation_util.cc:20: Add #include <string> for string [build/include_what_you_use] [4]
Optional Lint C++: onnxruntime/core/providers/webgpu/nn/conv.cc#L189
[cpplint] reported by reviewdog 🐶 Using deprecated casting style. Use static_cast<int>(...) instead [readability/casting] [4] Raw Output: onnxruntime/core/providers/webgpu/nn/conv.cc:189: Using deprecated casting style. Use static_cast<int>(...) instead [readability/casting] [4]
Optional Lint C++: onnxruntime/core/providers/webgpu/nn/conv.cc#L190
[cpplint] reported by reviewdog 🐶 Using deprecated casting style. Use static_cast<int>(...) instead [readability/casting] [4] Raw Output: onnxruntime/core/providers/webgpu/nn/conv.cc:190: Using deprecated casting style. Use static_cast<int>(...) instead [readability/casting] [4]
Optional Lint C++: onnxruntime/core/providers/webgpu/nn/conv.cc#L196
[cpplint] reported by reviewdog 🐶 Using deprecated casting style. Use static_cast<int>(...) instead [readability/casting] [4] Raw Output: onnxruntime/core/providers/webgpu/nn/conv.cc:196: Using deprecated casting style. Use static_cast<int>(...) instead [readability/casting] [4]
Optional Lint C++: onnxruntime/core/providers/webgpu/nn/conv.cc#L82
[cpplint] reported by reviewdog 🐶 Add #include <algorithm> for transform [build/include_what_you_use] [4] Raw Output: onnxruntime/core/providers/webgpu/nn/conv.cc:82: Add #include <algorithm> for transform [build/include_what_you_use] [4]