Skip to content

Rework memcpy transformer to support WebGPU EP being added #34820

Rework memcpy transformer to support WebGPU EP being added

Rework memcpy transformer to support WebGPU EP being added #34820

Triggered via pull request October 6, 2024 06:12
Status Success
Total duration 13m 33s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Optional Lint: onnxruntime/core/optimizer/transformer_memcpy.cc#L348
[misspell] reported by reviewdog 🐶 "availabe" is a misspelling of "available" Raw Output: ./onnxruntime/core/optimizer/transformer_memcpy.cc:348:35: "availabe" is a misspelling of "available"
Python format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Python format
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/optimizer/transformer_memcpy.cc#L101
[cpplint] reported by reviewdog 🐶 Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5] Raw Output: onnxruntime/core/optimizer/transformer_memcpy.cc:101: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
Optional Lint C++: onnxruntime/core/optimizer/transformer_memcpy.cc#L101
[cpplint] reported by reviewdog 🐶 If an else has a brace on one side, it should have it on both [readability/braces] [5] Raw Output: onnxruntime/core/optimizer/transformer_memcpy.cc:101: If an else has a brace on one side, it should have it on both [readability/braces] [5]
Optional Lint C++: onnxruntime/core/optimizer/transformer_memcpy.cc#L427
[cpplint] reported by reviewdog 🐶 Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2] Raw Output: onnxruntime/core/optimizer/transformer_memcpy.cc:427: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Optional Lint C++: onnxruntime/core/optimizer/transformer_memcpy.cc#L52
[cpplint] reported by reviewdog 🐶 Add #include <set> for set<> [build/include_what_you_use] [4] Raw Output: onnxruntime/core/optimizer/transformer_memcpy.cc:52: Add #include <set> for set<> [build/include_what_you_use] [4]
Optional Lint C++: onnxruntime/core/optimizer/transformer_memcpy.cc#L414
[cpplint] reported by reviewdog 🐶 Add #include <map> for map<> [build/include_what_you_use] [4] Raw Output: onnxruntime/core/optimizer/transformer_memcpy.cc:414: Add #include <map> for map<> [build/include_what_you_use] [4]
Optional Lint C++: onnxruntime/core/optimizer/transformer_memcpy.cc#L438
[cpplint] reported by reviewdog 🐶 Add #include <utility> for make_pair [build/include_what_you_use] [4] Raw Output: onnxruntime/core/optimizer/transformer_memcpy.cc:438: Add #include <utility> for make_pair [build/include_what_you_use] [4]