[quant] supports act_order inputs in Matmulnbits and new quantization algorithm "hqq" #26665
Annotations
3 warnings
Run reviewdog/action-cpplint@master:
onnxruntime/contrib_ops/cpu/quantization/matmul_nbits.cc#L320
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/contrib_ops/cpu/quantization/matmul_nbits.cc:320: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/contrib_ops/cuda/quantization/matmul_nbits.h#L17
[cpplint] reported by reviewdog 🐶
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Raw Output:
onnxruntime/contrib_ops/cuda/quantization/matmul_nbits.h:17: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/graph/contrib_ops/contrib_defs.cc#L3388
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/graph/contrib_ops/contrib_defs.cc:3388: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Loading