[aarch64] Implement QGEMM kernels with UMMLA/SMMLA instructions #20763
Annotations
1 error and 10 warnings
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
|
onnxruntime/core/mlas/lib/qgemm_kernel_smmla.cpp#L18
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/mlas/lib/qgemm_kernel_smmla.cpp:18: Include the directory when naming header files [build/include_subdir] [4]
|
onnxruntime/core/mlas/lib/qgemm_kernel_smmla.cpp#L19
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/mlas/lib/qgemm_kernel_smmla.cpp:19: Include the directory when naming header files [build/include_subdir] [4]
|
onnxruntime/core/mlas/lib/qgemm_kernel_smmla.cpp#L70
[cpplint] reported by reviewdog 🐶
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Raw Output:
onnxruntime/core/mlas/lib/qgemm_kernel_smmla.cpp:70: { should almost always be at the end of the previous line [whitespace/braces] [4]
|
onnxruntime/core/mlas/lib/qgemm_kernel_smmla.cpp#L85
[cpplint] reported by reviewdog 🐶
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Raw Output:
onnxruntime/core/mlas/lib/qgemm_kernel_smmla.cpp:85: { should almost always be at the end of the previous line [whitespace/braces] [4]
|
onnxruntime/core/mlas/lib/qgemm_kernel_smmla.cpp#L116
[cpplint] reported by reviewdog 🐶
Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
Raw Output:
onnxruntime/core/mlas/lib/qgemm_kernel_smmla.cpp:116: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
|
onnxruntime/core/mlas/lib/qgemm_kernel_smmla.cpp#L719
[cpplint] reported by reviewdog 🐶
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Raw Output:
onnxruntime/core/mlas/lib/qgemm_kernel_smmla.cpp:719: { should almost always be at the end of the previous line [whitespace/braces] [4]
|
onnxruntime/core/mlas/lib/qgemm_kernel_smmla.cpp#L780
[cpplint] reported by reviewdog 🐶
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Raw Output:
onnxruntime/core/mlas/lib/qgemm_kernel_smmla.cpp:780: { should almost always be at the end of the previous line [whitespace/braces] [4]
|
onnxruntime/core/mlas/lib/qgemm_kernel_smmla.cpp#L910
[cpplint] reported by reviewdog 🐶
Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
Raw Output:
onnxruntime/core/mlas/lib/qgemm_kernel_smmla.cpp:910: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
|
onnxruntime/core/mlas/lib/qgemm_kernel_smmla.cpp#L945
[cpplint] reported by reviewdog 🐶
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Raw Output:
onnxruntime/core/mlas/lib/qgemm_kernel_smmla.cpp:945: { should almost always be at the end of the previous line [whitespace/braces] [4]
|
onnxruntime/core/mlas/lib/qgemm_kernel_ummla.cpp#L18
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/mlas/lib/qgemm_kernel_ummla.cpp:18: Include the directory when naming header files [build/include_subdir] [4]
|
The logs for this run have expired and are no longer available.
Loading