Sync with Microsoft ONNX Runtime - 01072026#1175
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
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
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
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
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
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
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
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
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]