WIP: [MLAS] [DO NOT REVIEW] Implement vectorized fused Silu operation #48819
lint.yml
on: pull_request
Optional Lint
41s
Python format
2m 13s
Optional Lint C++
31m 4s
Lint JavaScript
48s
Annotations
8 warnings
|
Python format
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
|
|
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/contrib_ops/cpu/activations.h#L94
[cpplint] reported by reviewdog 🐶
Add #include <algorithm> for min [build/include_what_you_use] [4]
Raw Output:
onnxruntime/contrib_ops/cpu/activations.h:94: Add #include <algorithm> for min [build/include_what_you_use] [4]
|
|
Optional Lint C++:
onnxruntime/contrib_ops/cpu/activations.h#L103
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/contrib_ops/cpu/activations.h:103: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
|
Optional Lint C++:
onnxruntime/contrib_ops/cpu/activations.h#L96
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/contrib_ops/cpu/activations.h:96: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|