Skip to content

Sync with Microsoft ONNX Runtime - 01072026#1175

Merged
hdharpure9922 merged 13 commits into
ovep-developfrom
sync_msft_01072026
Jul 1, 2026
Merged

Sync with Microsoft ONNX Runtime - 01072026#1175
hdharpure9922 merged 13 commits into
ovep-developfrom
sync_msft_01072026

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

4091f62
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / cpplint completed Jun 30, 2026 in 1s

reviewdog [cpplint] report

reported by reviewdog 🐶

Findings (8)

onnxruntime/contrib_ops/webgpu/bert/hadamard_transform.cc|7| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/contrib_ops/webgpu/bert/hadamard_transform.cc|8| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/contrib_ops/webgpu/bert/hadamard_transform.cc|44| Add #include for min [build/include_what_you_use] [4]
onnxruntime/contrib_ops/webgpu/bert/turbo_quant_hadamard.cc|9| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/contrib_ops/webgpu/bert/turbo_quant_hadamard.cc|10| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/contrib_ops/webgpu/bert/turbo_quant_hadamard.cc|214| Add #include for min [build/include_what_you_use] [4]
onnxruntime/contrib_ops/webgpu/bert/turbo_quant_hadamard.h|99| Add #include for string [build/include_what_you_use] [4]
onnxruntime/core/optimizer/layer_norm_fusion.cc|9| Found C++ system header after other header. Should be: layer_norm_fusion.h, c system, c++ system, other. [build/include_order] [4]

Filtered Findings (0)

Annotations

Check notice on line 7 in onnxruntime/contrib_ops/webgpu/bert/hadamard_transform.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/webgpu/bert/hadamard_transform.cc#L7

 Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
Raw output
onnxruntime/contrib_ops/webgpu/bert/hadamard_transform.cc:7:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]

Check notice on line 8 in onnxruntime/contrib_ops/webgpu/bert/hadamard_transform.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/webgpu/bert/hadamard_transform.cc#L8

 Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
Raw output
onnxruntime/contrib_ops/webgpu/bert/hadamard_transform.cc:8:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]

Check notice on line 44 in onnxruntime/contrib_ops/webgpu/bert/hadamard_transform.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/webgpu/bert/hadamard_transform.cc#L44

 Add #include <algorithm> for min  [build/include_what_you_use] [4]
Raw output
onnxruntime/contrib_ops/webgpu/bert/hadamard_transform.cc:44:  Add #include <algorithm> for min  [build/include_what_you_use] [4]

Check notice on line 9 in onnxruntime/contrib_ops/webgpu/bert/turbo_quant_hadamard.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/webgpu/bert/turbo_quant_hadamard.cc#L9

 Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
Raw output
onnxruntime/contrib_ops/webgpu/bert/turbo_quant_hadamard.cc:9:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]

Check notice on line 10 in onnxruntime/contrib_ops/webgpu/bert/turbo_quant_hadamard.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/webgpu/bert/turbo_quant_hadamard.cc#L10

 Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
Raw output
onnxruntime/contrib_ops/webgpu/bert/turbo_quant_hadamard.cc:10:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]

Check notice on line 214 in onnxruntime/contrib_ops/webgpu/bert/turbo_quant_hadamard.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/webgpu/bert/turbo_quant_hadamard.cc#L214

 Add #include <algorithm> for min  [build/include_what_you_use] [4]
Raw output
onnxruntime/contrib_ops/webgpu/bert/turbo_quant_hadamard.cc:214:  Add #include <algorithm> for min  [build/include_what_you_use] [4]

Check notice on line 99 in onnxruntime/contrib_ops/webgpu/bert/turbo_quant_hadamard.h

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/webgpu/bert/turbo_quant_hadamard.h#L99

 Add #include <string> for string  [build/include_what_you_use] [4]
Raw output
onnxruntime/contrib_ops/webgpu/bert/turbo_quant_hadamard.h:99:  Add #include <string> for string  [build/include_what_you_use] [4]

Check notice on line 9 in onnxruntime/core/optimizer/layer_norm_fusion.cc

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/core/optimizer/layer_norm_fusion.cc#L9

 Found C++ system header after other header. Should be: layer_norm_fusion.h, c system, c++ system, other.  [build/include_order] [4]
Raw output
onnxruntime/core/optimizer/layer_norm_fusion.cc:9:  Found C++ system header after other header. Should be: layer_norm_fusion.h, c system, c++ system, other.  [build/include_order] [4]