Add support for MatMulNBits #21034
Annotations
1 error and 9 warnings
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache/restore@v3, actions/cache/save@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/onnx/parse_matmulnbits.cpp#L48
invalid case style for local constant 'N' [readability-identifier-naming,-warnings-as-errors]
|
src/onnx/parse_matmulnbits.cpp#L49
invalid case style for local constant 'K' [readability-identifier-naming,-warnings-as-errors]
|
src/onnx/parse_matmulnbits.cpp#L57
use of a signed integer operand with a binary bitwise operator [hicpp-signed-bitwise,-warnings-as-errors]
|
src/onnx/parse_matmulnbits.cpp#L106
invalid case style for parameter 'N' [readability-identifier-naming,-warnings-as-errors]
|
src/onnx/parse_matmulnbits.cpp#L107
invalid case style for parameter 'K' [readability-identifier-naming,-warnings-as-errors]
|
src/onnx/parse_matmulnbits.cpp#L132
invalid case style for parameter 'N' [readability-identifier-naming,-warnings-as-errors]
|
src/onnx/parse_matmulnbits.cpp#L145
invalid case style for parameter 'N' [readability-identifier-naming,-warnings-as-errors]
|
src/onnx/parse_matmulnbits.cpp#L145
invalid case style for parameter 'K' [readability-identifier-naming,-warnings-as-errors]
|
This job failed
Loading