[aarch64] Add Sbgemm kernel to accelerate fp32 tensor matmul with bfloat16 #25392
Annotations
1 error and 10 warnings
Run reviewdog/action-cpplint@master
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
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
The logs for this run have expired and are no longer available.
Loading