[CPU] SparseAttention op #31272
Annotations
1 error and 10 warnings
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
|
onnxruntime/contrib_ops/cpu/cpu_contrib_kernels.cc#L285
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/contrib_ops/cpu/cpu_contrib_kernels.cc:285: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
onnxruntime/contrib_ops/cpu/sparse/sparse_attention.cc#L16
[cpplint] reported by reviewdog 🐶
Found C system header after other header. Should be: sparse_attention.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/contrib_ops/cpu/sparse/sparse_attention.cc:16: Found C system header after other header. Should be: sparse_attention.h, c system, c++ system, other. [build/include_order] [4]
|
onnxruntime/contrib_ops/cpu/sparse/sparse_attention.cc#L17
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: sparse_attention.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/contrib_ops/cpu/sparse/sparse_attention.cc:17: Found C++ system header after other header. Should be: sparse_attention.h, c system, c++ system, other. [build/include_order] [4]
|
onnxruntime/contrib_ops/cpu/sparse/sparse_attention_base.h#L19
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Raw Output:
onnxruntime/contrib_ops/cpu/sparse/sparse_attention_base.h:19: Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
|
onnxruntime/contrib_ops/cpu/sparse/sparse_attention_base.h#L69
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/contrib_ops/cpu/sparse/sparse_attention_base.h:69: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
onnxruntime/contrib_ops/cpu/sparse/sparse_attention_base.h#L157
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/contrib_ops/cpu/sparse/sparse_attention_base.h:157: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
onnxruntime/contrib_ops/cpu/sparse/sparse_attention_base.h#L158
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/contrib_ops/cpu/sparse/sparse_attention_base.h:158: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
onnxruntime/contrib_ops/cpu/sparse/sparse_attention_base.h#L170
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/contrib_ops/cpu/sparse/sparse_attention_base.h:170: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
onnxruntime/contrib_ops/cpu/sparse/sparse_attention_base.h#L189
[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/sparse/sparse_attention_base.h:189: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
onnxruntime/contrib_ops/cpu/sparse/sparse_attention_base.h#L264
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/contrib_ops/cpu/sparse/sparse_attention_base.h:264: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
This job failed
Loading