Skip to content

Merge remote-tracking branch 'origin/master' into sync_msft_08052026

16726c9
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

Sync with Microsoft ONNX Runtime - 08052026 #1076

Merge remote-tracking branch 'origin/master' into sync_msft_08052026
16726c9
Select commit
Loading
Failed to load commit list.
GitHub Actions / cpplint completed May 7, 2026 in 0s

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

Check notice on line 312 in onnxruntime/contrib_ops/webgpu/quantization/subgroup_matrix_matmul_nbits.cc

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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]