V1.23.1 merge - #181
reviewdog [cpplint] report
reported by reviewdog 🐶
Findings (6)
onnxruntime/contrib_ops/cpu/moe/moe_base_cpu.h|9| Include the directory when naming header files [build/include_subdir] [4]
onnxruntime/contrib_ops/cpu/moe/moe_cpu.cc|17| Found C++ system header after other header. Should be: moe_cpu.h, c system, c++ system, other. [build/include_order] [4]
onnxruntime/contrib_ops/cpu/moe/moe_cpu.cc|18| Found C++ system header after other header. Should be: moe_cpu.h, c system, c++ system, other. [build/include_order] [4]
onnxruntime/contrib_ops/cpu/moe/moe_cpu.cc|19| Found C++ system header after other header. Should be: moe_cpu.h, c system, c++ system, other. [build/include_order] [4]
onnxruntime/contrib_ops/cpu/moe/moe_cpu.cc|163| Add #include for greater<> [build/include_what_you_use] [4]
onnxruntime/contrib_ops/cpu/moe/moe_quantization_cpu.cc|450| Add #include for greater<> [build/include_what_you_use] [4]
Filtered Findings (0)
Annotations
Check notice on line 9 in onnxruntime/contrib_ops/cpu/moe/moe_base_cpu.h
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cpu/moe/moe_base_cpu.h#L9
Include the directory when naming header files [build/include_subdir] [4]
Raw output
onnxruntime/contrib_ops/cpu/moe/moe_base_cpu.h:9: Include the directory when naming header files [build/include_subdir] [4]
Check notice on line 17 in onnxruntime/contrib_ops/cpu/moe/moe_cpu.cc
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cpu/moe/moe_cpu.cc#L17
Found C++ system header after other header. Should be: moe_cpu.h, c system, c++ system, other. [build/include_order] [4]
Raw output
onnxruntime/contrib_ops/cpu/moe/moe_cpu.cc:17: Found C++ system header after other header. Should be: moe_cpu.h, c system, c++ system, other. [build/include_order] [4]
Check notice on line 18 in onnxruntime/contrib_ops/cpu/moe/moe_cpu.cc
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cpu/moe/moe_cpu.cc#L18
Found C++ system header after other header. Should be: moe_cpu.h, c system, c++ system, other. [build/include_order] [4]
Raw output
onnxruntime/contrib_ops/cpu/moe/moe_cpu.cc:18: Found C++ system header after other header. Should be: moe_cpu.h, c system, c++ system, other. [build/include_order] [4]
Check notice on line 19 in onnxruntime/contrib_ops/cpu/moe/moe_cpu.cc
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cpu/moe/moe_cpu.cc#L19
Found C++ system header after other header. Should be: moe_cpu.h, c system, c++ system, other. [build/include_order] [4]
Raw output
onnxruntime/contrib_ops/cpu/moe/moe_cpu.cc:19: Found C++ system header after other header. Should be: moe_cpu.h, c system, c++ system, other. [build/include_order] [4]
Check notice on line 163 in onnxruntime/contrib_ops/cpu/moe/moe_cpu.cc
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cpu/moe/moe_cpu.cc#L163
Add #include <functional> for greater<> [build/include_what_you_use] [4]
Raw output
onnxruntime/contrib_ops/cpu/moe/moe_cpu.cc:163: Add #include <functional> for greater<> [build/include_what_you_use] [4]
Check notice on line 450 in onnxruntime/contrib_ops/cpu/moe/moe_quantization_cpu.cc
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cpu/moe/moe_quantization_cpu.cc#L450
Add #include <functional> for greater<> [build/include_what_you_use] [4]
Raw output
onnxruntime/contrib_ops/cpu/moe/moe_quantization_cpu.cc:450: Add #include <functional> for greater<> [build/include_what_you_use] [4]