Add MatMulNBits to ONNX specification #2
Triggered via pull request
September 13, 2024 20:47
Status
Failure
Total duration
5m 26s
Artifacts
–
lint.yml
on: pull_request
Optional Lint
39s
Enforce style
5m 14s
Annotations
2 errors and 10 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.com/orgs/community/discussions/26680#discussioncomment-3252835
|
Enforce style
Process completed with exit code 1.
|
Optional Lint:
onnx/defs/math/defs.cc#L2009
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnx/defs/math/defs.cc:2009: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
Optional Lint:
onnx/defs/math/defs.cc#L2040
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnx/defs/math/defs.cc:2040: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Optional Lint:
onnx/defs/math/defs.cc#L2041
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnx/defs/math/defs.cc:2041: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Optional Lint:
onnx/defs/math/defs.cc#L2042
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnx/defs/math/defs.cc:2042: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Optional Lint:
onnx/defs/math/defs.cc#L2046
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnx/defs/math/defs.cc:2046: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Optional Lint:
onnx/defs/math/defs.cc#L2049
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnx/defs/math/defs.cc:2049: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Optional Lint:
onnx/defs/math/defs.cc#L2054
[cpplint] reported by reviewdog 🐶
Missing space after , [whitespace/comma] [3]
Raw Output:
onnx/defs/math/defs.cc:2054: Missing space after , [whitespace/comma] [3]
|
Optional Lint:
onnx/defs/math/defs.cc#L2055
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnx/defs/math/defs.cc:2055: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Optional Lint:
onnx/defs/math/defs.cc#L2075
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnx/defs/math/defs.cc:2075: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Optional Lint:
onnx/defs/math/defs.cc#L2090
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnx/defs/math/defs.cc:2090: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|