[aarch64] Add Sbgemm kernel to accelerate fp32 tensor matmul with bfloat16 #25392
lint.yml
on: pull_request
Optional Lint
37s
Python format
5m 1s
Lint C++
22m 49s
Lint JavaScript
27s
Annotations
1 error and 17 warnings
Lint C++
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
Optional Lint:
onnxruntime/test/mlas/unittest/test_sbgemm.cpp#L23
[misspell] reported by reviewdog 🐶
"seperately" is a misspelling of "separately"
Raw Output:
./onnxruntime/test/mlas/unittest/test_sbgemm.cpp:23:53: "seperately" is a misspelling of "separately"
|
Optional Lint:
onnxruntime/test/mlas/unittest/test_sbgemm.cpp#L79
[misspell] reported by reviewdog 🐶
"similary" is a misspelling of "similarly"
Raw Output:
./onnxruntime/test/mlas/unittest/test_sbgemm.cpp:79:34: "similary" is a misspelling of "similarly"
|
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/core/mlas/inc/mlas.h#L1636
[cpplint] reported by reviewdog 🐶
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Raw Output:
onnxruntime/core/mlas/inc/mlas.h:1636: { should almost always be at the end of the previous line [whitespace/braces] [4]
|
Lint C++:
onnxruntime/core/mlas/inc/mlas.h#L1637
[cpplint] reported by reviewdog 🐶
public: should be indented +1 space inside class MLAS_SBGEMM_POSTPROCESSOR [whitespace/indent] [3]
Raw Output:
onnxruntime/core/mlas/inc/mlas.h:1637: public: should be indented +1 space inside class MLAS_SBGEMM_POSTPROCESSOR [whitespace/indent] [3]
|
Lint C++:
onnxruntime/core/mlas/inc/mlas.h#L1644
[cpplint] reported by reviewdog 🐶
Closing ) should be moved to the previous line [whitespace/parens] [2]
Raw Output:
onnxruntime/core/mlas/inc/mlas.h:1644: Closing ) should be moved to the previous line [whitespace/parens] [2]
|
Lint C++:
onnxruntime/core/mlas/inc/mlas.h#L1655
[cpplint] reported by reviewdog 🐶
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Raw Output:
onnxruntime/core/mlas/inc/mlas.h:1655: { should almost always be at the end of the previous line [whitespace/braces] [4]
|
Lint C++:
onnxruntime/core/mlas/inc/mlas.h#L1656
[cpplint] reported by reviewdog 🐶
public: should be indented +1 space inside class MLAS_SBGEMM_ACTIVATION_PROCESSOR [whitespace/indent] [3]
Raw Output:
onnxruntime/core/mlas/inc/mlas.h:1656: public: should be indented +1 space inside class MLAS_SBGEMM_ACTIVATION_PROCESSOR [whitespace/indent] [3]
|
Lint C++:
onnxruntime/core/mlas/inc/mlas.h#L1657
[cpplint] reported by reviewdog 🐶
Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
Raw Output:
onnxruntime/core/mlas/inc/mlas.h:1657: Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
|
Lint C++:
onnxruntime/core/mlas/inc/mlas.h#L1659
[cpplint] reported by reviewdog 🐶
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Raw Output:
onnxruntime/core/mlas/inc/mlas.h:1659: { should almost always be at the end of the previous line [whitespace/braces] [4]
|
Lint C++:
onnxruntime/core/mlas/inc/mlas.h#L1665
[cpplint] reported by reviewdog 🐶
private: should be indented +1 space inside class MLAS_SBGEMM_ACTIVATION_PROCESSOR [whitespace/indent] [3]
Raw Output:
onnxruntime/core/mlas/inc/mlas.h:1665: private: should be indented +1 space inside class MLAS_SBGEMM_ACTIVATION_PROCESSOR [whitespace/indent] [3]
|
Lint C++:
onnxruntime/core/mlas/inc/mlas.h#L1703
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/mlas/inc/mlas.h:1703: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Lint C++:
onnxruntime/core/mlas/lib/sbgemm.h#L40
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/mlas/lib/sbgemm.h:40: Include the directory when naming header files [build/include_subdir] [4]
|