Sync with Microsoft ONNX Runtime - 08052026 #1076
reviewdog [cpplint] report
reported by reviewdog 🐶
Findings (3)
onnxruntime/contrib_ops/webgpu/quantization/subgroup_matrix_matmul_nbits.cc|312| Add #include for min [build/include_what_you_use] [4]
onnxruntime/core/common/utf8_util.h|8| Found C++ system header after other header. Should be: utf8_util.h, c system, c++ system, other. [build/include_order] [4]
onnxruntime/core/providers/cpu/text/string_normalizer.h|12| Found C++ system header after other header. Should be: string_normalizer.h, c system, c++ system, other. [build/include_order] [4]
Filtered Findings (0)
Annotations
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/webgpu/quantization/subgroup_matrix_matmul_nbits.cc#L312
Add #include <algorithm> for min [build/include_what_you_use] [4]
Raw output
onnxruntime/contrib_ops/webgpu/quantization/subgroup_matrix_matmul_nbits.cc:312: Add #include <algorithm> for min [build/include_what_you_use] [4]
Check notice on line 8 in onnxruntime/core/common/utf8_util.h
github-actions / cpplint
[cpplint] onnxruntime/core/common/utf8_util.h#L8
Found C++ system header after other header. Should be: utf8_util.h, c system, c++ system, other. [build/include_order] [4]
Raw output
onnxruntime/core/common/utf8_util.h:8: Found C++ system header after other header. Should be: utf8_util.h, c system, c++ system, other. [build/include_order] [4]
Check notice on line 12 in onnxruntime/core/providers/cpu/text/string_normalizer.h
github-actions / cpplint
[cpplint] onnxruntime/core/providers/cpu/text/string_normalizer.h#L12
Found C++ system header after other header. Should be: string_normalizer.h, c system, c++ system, other. [build/include_order] [4]
Raw output
onnxruntime/core/providers/cpu/text/string_normalizer.h:12: Found C++ system header after other header. Should be: string_normalizer.h, c system, c++ system, other. [build/include_order] [4]