Skip to content

Add bfloat16 to all relevant ops #3810

Add bfloat16 to all relevant ops

Add bfloat16 to all relevant ops #3810

Triggered via pull request April 17, 2024 22:19
Status Failure
Total duration 5m 48s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
Optional Lint
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.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
Enforce style
Process completed with exit code 1.
Optional Lint: onnx/defs/generator/old.cc#L117
[cpplint] reported by reviewdog 🐶 Lines should be <= 120 characters long [whitespace/line_length] [2] Raw Output: onnx/defs/generator/old.cc:117: Lines should be <= 120 characters long [whitespace/line_length] [2]
Optional Lint: onnx/defs/generator/old.cc#L122
[cpplint] reported by reviewdog 🐶 Lines should be <= 120 characters long [whitespace/line_length] [2] Raw Output: onnx/defs/generator/old.cc:122: Lines should be <= 120 characters long [whitespace/line_length] [2]
Optional Lint: onnx/defs/generator/old.cc#L148
[cpplint] reported by reviewdog 🐶 At least two spaces is best between code and comments [whitespace/comments] [2] Raw Output: onnx/defs/generator/old.cc:148: At least two spaces is best between code and comments [whitespace/comments] [2]
Optional Lint: onnx/defs/math/old.cc#L84
[cpplint] reported by reviewdog 🐶 If an else has a brace on one side, it should have it on both [readability/braces] [5] Raw Output: onnx/defs/math/old.cc:84: If an else has a brace on one side, it should have it on both [readability/braces] [5]
Optional Lint: onnx/defs/math/old.cc#L95
[cpplint] reported by reviewdog 🐶 If an else has a brace on one side, it should have it on both [readability/braces] [5] Raw Output: onnx/defs/math/old.cc:95: If an else has a brace on one side, it should have it on both [readability/braces] [5]
Optional Lint: onnx/defs/math/old.cc#L277
[cpplint] reported by reviewdog 🐶 Lines should be <= 120 characters long [whitespace/line_length] [2] Raw Output: onnx/defs/math/old.cc:277: Lines should be <= 120 characters long [whitespace/line_length] [2]
Optional Lint: onnx/defs/math/utils.h#L43
[cpplint] reported by reviewdog 🐶 Add #include <string> for string [build/include_what_you_use] [4] Raw Output: onnx/defs/math/utils.h:43: Add #include <string> for string [build/include_what_you_use] [4]
Optional Lint: onnx/defs/nn/old.cc#L255
[cpplint] reported by reviewdog 🐶 Using deprecated casting style. Use static_cast<float>(...) instead [readability/casting] [4] Raw Output: onnx/defs/nn/old.cc:255: Using deprecated casting style. Use static_cast<float>(...) instead [readability/casting] [4]
Optional Lint: onnx/defs/nn/old.cc#L311
[cpplint] reported by reviewdog 🐶 Lines should be <= 120 characters long [whitespace/line_length] [2] Raw Output: onnx/defs/nn/old.cc:311: Lines should be <= 120 characters long [whitespace/line_length] [2]
Optional Lint: onnx/defs/nn/old.cc#L455
[cpplint] reported by reviewdog 🐶 At least two spaces is best between code and comments [whitespace/comments] [2] Raw Output: onnx/defs/nn/old.cc:455: At least two spaces is best between code and comments [whitespace/comments] [2]
Enforce style
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: github/codeql-action/upload-sarif@cdcdbb579706841c47f7063dda365e292e5cad7a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.