ORT 1.19.2 Release: Cherry Pick Round 1 #33420
Annotations
9 warnings
onnxruntime/contrib_ops/cpu/bert/attention_helper.h#L49
[cpplint] reported by reviewdog 🐶
Using C-style cast. Use static_cast<float>(...) instead [readability/casting] [4]
Raw Output:
onnxruntime/contrib_ops/cpu/bert/attention_helper.h:49: Using C-style cast. Use static_cast<float>(...) instead [readability/casting] [4]
|
onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L176
[cpplint] reported by reviewdog 🐶
Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
Raw Output:
onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu:176: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
|
onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L228
[cpplint] reported by reviewdog 🐶
Using C-style cast. Use static_cast<float>(...) instead [readability/casting] [4]
Raw Output:
onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu:228: Using C-style cast. Use static_cast<float>(...) instead [readability/casting] [4]
|
onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L237
[cpplint] reported by reviewdog 🐶
Using C-style cast. Use static_cast<float>(...) instead [readability/casting] [4]
Raw Output:
onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu:237: Using C-style cast. Use static_cast<float>(...) instead [readability/casting] [4]
|
onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L238
[cpplint] reported by reviewdog 🐶
Using C-style cast. Use static_cast<float>(...) instead [readability/casting] [4]
Raw Output:
onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu:238: Using C-style cast. Use static_cast<float>(...) instead [readability/casting] [4]
|
onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L1171
[cpplint] reported by reviewdog 🐶
At least two spaces is best between code and comments [whitespace/comments] [2]
Raw Output:
onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu:1171: At least two spaces is best between code and comments [whitespace/comments] [2]
|
onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L1171
[cpplint] reported by reviewdog 🐶
Could not find a newline character at the end of the file. [whitespace/ending_newline] [5]
Raw Output:
onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu:1171: Could not find a newline character at the end of the file. [whitespace/ending_newline] [5]
|
onnxruntime/contrib_ops/cuda/quantization/moe_quantization.cc#L188
[cpplint] reported by reviewdog 🐶
Could not find a newline character at the end of the file. [whitespace/ending_newline] [5]
Raw Output:
onnxruntime/contrib_ops/cuda/quantization/moe_quantization.cc:188: Could not find a newline character at the end of the file. [whitespace/ending_newline] [5]
|
onnxruntime/core/graph/contrib_ops/contrib_defs.cc#L1398
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/graph/contrib_ops/contrib_defs.cc:1398: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
The logs for this run have expired and are no longer available.
Loading