Enabling c++20 on linux #31930
Annotations
7 warnings
onnxruntime/core/providers/cpu/ml/tree_ensemble_aggregator.h#L332
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble_aggregator.h:332: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
onnxruntime/core/providers/cpu/ml/tree_ensemble_aggregator.h#L333
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble_aggregator.h:333: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
onnxruntime/core/providers/cuda/math/topk_impl.cuh#L424
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/cuda/math/topk_impl.cuh:424: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
onnxruntime/core/providers/cuda/math/topk_impl.cuh#L455
[cpplint] reported by reviewdog 🐶
Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
Raw Output:
onnxruntime/core/providers/cuda/math/topk_impl.cuh:455: Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
|
onnxruntime/core/providers/cuda/math/topk_impl.cuh#L456
[cpplint] reported by reviewdog 🐶
Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
Raw Output:
onnxruntime/core/providers/cuda/math/topk_impl.cuh:456: Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
|
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L1215
[cpplint] reported by reviewdog 🐶
Missing space after , [whitespace/comma] [3]
Raw Output:
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:1215: Missing space after , [whitespace/comma] [3]
|
onnxruntime/core/session/inference_session.cc#L2748
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/session/inference_session.cc:2748: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
This job succeeded
Loading