Skip to content

[CPU EP] Refactor MatMulNBits to decouple type implementation #34134

[CPU EP] Refactor MatMulNBits to decouple type implementation

[CPU EP] Refactor MatMulNBits to decouple type implementation #34134

Triggered via pull request September 19, 2024 01:33
Status Success
Total duration 14m 16s
Artifacts

lint.yml

on: pull_request
Optional Lint
30s
Optional Lint
Python format
3m 41s
Python format
Optional Lint C++
14m 7s
Optional Lint C++
Lint JavaScript
34s
Lint JavaScript
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
Optional Lint: onnxruntime/contrib_ops/cpu/quantization/matmul_nbits.cc#L83
[misspell] reported by reviewdog 🐶 "specializaiton" is a misspelling of "specialization" Raw Output: ./onnxruntime/contrib_ops/cpu/quantization/matmul_nbits.cc:83:42: "specializaiton" is a misspelling of "specialization"
Python format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Python format
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Optional Lint C++: onnxruntime/contrib_ops/cpu/cpu_contrib_kernels.cc#L305
[cpplint] reported by reviewdog 🐶 Lines should be <= 120 characters long [whitespace/line_length] [2] Raw Output: onnxruntime/contrib_ops/cpu/cpu_contrib_kernels.cc:305: Lines should be <= 120 characters long [whitespace/line_length] [2]
Optional Lint C++: onnxruntime/contrib_ops/cpu/cpu_contrib_kernels.cc#L306
[cpplint] reported by reviewdog 🐶 Lines should be <= 120 characters long [whitespace/line_length] [2] Raw Output: onnxruntime/contrib_ops/cpu/cpu_contrib_kernels.cc:306: Lines should be <= 120 characters long [whitespace/line_length] [2]
Optional Lint C++: onnxruntime/contrib_ops/cpu/quantization/matmul_nbits.cc#L274
[cpplint] reported by reviewdog 🐶 Lines should be <= 120 characters long [whitespace/line_length] [2] Raw Output: onnxruntime/contrib_ops/cpu/quantization/matmul_nbits.cc:274: Lines should be <= 120 characters long [whitespace/line_length] [2]
Optional Lint C++: onnxruntime/contrib_ops/cpu/quantization/matmul_nbits.cc#L283
[cpplint] reported by reviewdog 🐶 Lines should be <= 120 characters long [whitespace/line_length] [2] Raw Output: onnxruntime/contrib_ops/cpu/quantization/matmul_nbits.cc:283: Lines should be <= 120 characters long [whitespace/line_length] [2]
Optional Lint C++: onnxruntime/contrib_ops/cpu/quantization/matmul_nbits.cc#L403
[cpplint] reported by reviewdog 🐶 Using C-style cast. Use static_cast<size_t>(...) instead [readability/casting] [4] Raw Output: onnxruntime/contrib_ops/cpu/quantization/matmul_nbits.cc:403: Using C-style cast. Use static_cast<size_t>(...) instead [readability/casting] [4]
Optional Lint C++: onnxruntime/contrib_ops/cpu/quantization/matmul_nbits.cc#L406
[cpplint] reported by reviewdog 🐶 Using C-style cast. Use static_cast<size_t>(...) instead [readability/casting] [4] Raw Output: onnxruntime/contrib_ops/cpu/quantization/matmul_nbits.cc:406: Using C-style cast. Use static_cast<size_t>(...) instead [readability/casting] [4]
Optional Lint C++: onnxruntime/contrib_ops/cpu/quantization/matmul_nbits.cc#L626
[cpplint] reported by reviewdog 🐶 Using C-style cast. Use static_cast<size_t>(...) instead [readability/casting] [4] Raw Output: onnxruntime/contrib_ops/cpu/quantization/matmul_nbits.cc:626: Using C-style cast. Use static_cast<size_t>(...) instead [readability/casting] [4]
Optional Lint C++: onnxruntime/contrib_ops/cpu/quantization/matmul_nbits.cc#L628
[cpplint] reported by reviewdog 🐶 Using C-style cast. Use static_cast<size_t>(...) instead [readability/casting] [4] Raw Output: onnxruntime/contrib_ops/cpu/quantization/matmul_nbits.cc:628: Using C-style cast. Use static_cast<size_t>(...) instead [readability/casting] [4]
Optional Lint C++: onnxruntime/contrib_ops/cpu/quantization/matmul_nbits.cc#L643
[cpplint] reported by reviewdog 🐶 Using C-style cast. Use static_cast<size_t>(...) instead [readability/casting] [4] Raw Output: onnxruntime/contrib_ops/cpu/quantization/matmul_nbits.cc:643: Using C-style cast. Use static_cast<size_t>(...) instead [readability/casting] [4]