Add microbenchmark for layer normalization and improve latency #34685
Annotations
4 warnings
Run reviewdog/action-cpplint@master:
onnxruntime/contrib_ops/cpu/skip_layer_norm.cc#L60
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/contrib_ops/cpu/skip_layer_norm.cc:60: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/contrib_ops/cpu/skip_layer_norm.cc#L116
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/contrib_ops/cpu/skip_layer_norm.cc:116: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/contrib_ops/cpu/skip_layer_norm.cc#L222
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/contrib_ops/cpu/skip_layer_norm.cc:222: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cpu/nn/layer_norm_impl.h#L47
[cpplint] reported by reviewdog 🐶
If an else has a brace on one side, it should have it on both [readability/braces] [5]
Raw Output:
onnxruntime/core/providers/cpu/nn/layer_norm_impl.h:47: If an else has a brace on one side, it should have it on both [readability/braces] [5]
|
Loading