ONNX Gelu Op in Opset 20 #26420
Annotations
8 warnings
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cpu/tensor/gelu.cc#L11
[cpplint] reported by reviewdog 🐶
Found C system header after other header. Should be: gelu.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/providers/cpu/tensor/gelu.cc:11: Found C system header after other header. Should be: gelu.h, c system, c++ system, other. [build/include_order] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cpu/tensor/gelu.cc#L16
[cpplint] reported by reviewdog 🐶
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Raw Output:
onnxruntime/core/providers/cpu/tensor/gelu.cc:16: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cpu/tensor/gelu.cc#L105
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/cpu/tensor/gelu.cc:105: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cpu/tensor/gelu.cc#L89
[cpplint] reported by reviewdog 🐶
Add #include <algorithm> for min [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cpu/tensor/gelu.cc:89: Add #include <algorithm> for min [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cpu/tensor/gelu.h#L15
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cpu/tensor/gelu.h:15: Add #include <string> for string [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cuda/cuda_execution_provider.cc#L2234
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/cuda/cuda_execution_provider.cc:2234: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cuda/tensor/gelu.cc#L62
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/cuda/tensor/gelu.cc:62: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cuda/tensor/gelu.h#L24
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cuda/tensor/gelu.h:24: Add #include <string> for string [build/include_what_you_use] [4]
|
The logs for this run have expired and are no longer available.
Loading