Block-wise 4b quantization matmul operator change #21938
lint.yml
on: pull_request
Optional Lint
38s
Python format
4m 41s
Lint C++
22m 39s
Lint JavaScript
34s
Annotations
11 warnings
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 `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/
|
Lint C++:
onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu#L206
[cpplint] reported by reviewdog 🐶
Add #include <algorithm> for min [build/include_what_you_use] [4]
Raw Output:
onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu:206: Add #include <algorithm> for min [build/include_what_you_use] [4]
|
Lint C++:
onnxruntime/core/mlas/lib/q4_dq.cpp#L876
[cpplint] reported by reviewdog 🐶
Closing ) should be moved to the previous line [whitespace/parens] [2]
Raw Output:
onnxruntime/core/mlas/lib/q4_dq.cpp:876: Closing ) should be moved to the previous line [whitespace/parens] [2]
|
Lint C++:
onnxruntime/test/contrib_ops/matmul_4bits_test.cc#L77
[cpplint] reported by reviewdog 🐶
Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
Raw Output:
onnxruntime/test/contrib_ops/matmul_4bits_test.cc:77: Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
|
Lint C++:
onnxruntime/test/contrib_ops/matmul_4bits_test.cc#L81
[cpplint] reported by reviewdog 🐶
Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
Raw Output:
onnxruntime/test/contrib_ops/matmul_4bits_test.cc:81: Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
|
Lint C++:
onnxruntime/test/contrib_ops/matmul_4bits_test.cc#L86
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/test/contrib_ops/matmul_4bits_test.cc:86: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
Lint C++:
onnxruntime/test/contrib_ops/matmul_4bits_test.cc#L86
[cpplint] reported by reviewdog 🐶
TODO(my_username) should be followed by a space [whitespace/todo] [2]
Raw Output:
onnxruntime/test/contrib_ops/matmul_4bits_test.cc:86: TODO(my_username) should be followed by a space [whitespace/todo] [2]
|