Add microbenchmark for layer normalization and improve latency #34608
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/skip_layer_norm.cc#L61
[cpplint] reported by reviewdog 🐶
Missing space after , [whitespace/comma] [3]
Raw Output:
onnxruntime/contrib_ops/cpu/skip_layer_norm.cc:61: Missing space after , [whitespace/comma] [3]
|
onnxruntime/contrib_ops/cpu/skip_layer_norm.cc#L66
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/contrib_ops/cpu/skip_layer_norm.cc:66: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
onnxruntime/contrib_ops/cpu/skip_layer_norm.cc#L87
[cpplint] reported by reviewdog 🐶
At least two spaces is best between code and comments [whitespace/comments] [2]
Raw Output:
onnxruntime/contrib_ops/cpu/skip_layer_norm.cc:87: At least two spaces is best between code and comments [whitespace/comments] [2]
|
onnxruntime/contrib_ops/cpu/skip_layer_norm.cc#L210
[cpplint] reported by reviewdog 🐶
Add #include <memory> for shared_ptr<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/contrib_ops/cpu/skip_layer_norm.cc:210: Add #include <memory> for shared_ptr<> [build/include_what_you_use] [4]
|
onnxruntime/contrib_ops/cpu/skip_layer_norm.cc#L210
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/contrib_ops/cpu/skip_layer_norm.cc:210: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
onnxruntime/core/providers/cpu/nn/layer_norm_impl.cc#L32
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/cpu/nn/layer_norm_impl.cc:32: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
onnxruntime/core/providers/cpu/nn/layer_norm_impl.cc#L41
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/cpu/nn/layer_norm_impl.cc:41: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
onnxruntime/core/providers/cpu/nn/layer_norm_impl.cc#L90
[cpplint] reported by reviewdog 🐶
At least two spaces is best between code and comments [whitespace/comments] [2]
Raw Output:
onnxruntime/core/providers/cpu/nn/layer_norm_impl.cc:90: At least two spaces is best between code and comments [whitespace/comments] [2]
|
onnxruntime/core/providers/cpu/nn/layer_norm_impl.cc#L220
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/cpu/nn/layer_norm_impl.cc:220: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
onnxruntime/core/providers/cpu/nn/layer_norm_impl.cc#L225
[cpplint] reported by reviewdog 🐶
Add #include <memory> for shared_ptr<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cpu/nn/layer_norm_impl.cc:225: Add #include <memory> for shared_ptr<> [build/include_what_you_use] [4]
|
This job succeeded
Loading