Skip to content

V1.23.1 merge - #181

Merged
TedThemistokleous merged 4 commits into
rocm7.1_internal_testingfrom
v1.23.1_merge
Oct 17, 2025
Merged

V1.23.1 merge#181
TedThemistokleous merged 4 commits into
rocm7.1_internal_testingfrom
v1.23.1_merge

Merge branch 'rocm7.1_internal_testing' into v1.23.1_merge

590862a
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / cpplint completed Oct 17, 2025 in 1s

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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