QMoE CPU Performance Update (Up to 4x on 4-bit) #50672
Annotations
3 warnings
|
Run reviewdog/action-cpplint@master:
onnxruntime/contrib_ops/cpu/moe/moe_quantization_cpu.h#L11
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: moe_quantization_cpu.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/contrib_ops/cpu/moe/moe_quantization_cpu.h:11: Found C++ system header after other header. Should be: moe_quantization_cpu.h, c system, c++ system, other. [build/include_order] [4]
|
|
Run reviewdog/action-cpplint@master:
onnxruntime/contrib_ops/cpu/moe/moe_quantization_cpu.h#L10
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: moe_quantization_cpu.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/contrib_ops/cpu/moe/moe_quantization_cpu.h:10: Found C++ system header after other header. Should be: moe_quantization_cpu.h, c system, c++ system, other. [build/include_order] [4]
|
|
Run reviewdog/action-cpplint@master:
onnxruntime/contrib_ops/cpu/moe/moe_quantization_cpu.cc#L589
[cpplint] reported by reviewdog 🐶
Add #include <utility> for move [build/include_what_you_use] [4]
Raw Output:
onnxruntime/contrib_ops/cpu/moe/moe_quantization_cpu.cc:589: Add #include <utility> for move [build/include_what_you_use] [4]
|
Loading