Enabling c++20 on linux #34027
Annotations
4 warnings
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#L1213
[cpplint] reported by reviewdog 🐶
Missing space after , [whitespace/comma] [3]
Raw Output:
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:1213: Missing space after , [whitespace/comma] [3]
|
This job succeeded
Loading