Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e4630ed

Browse files
authoredMar 2, 2025··
Merge pull request #5160 from taoye9/sbgemv_n_neon
Add SBGEMVN Kernel for ARM64
2 parents c797e27 + 2b941c4 commit e4630ed

File tree

3 files changed

+546
-0
lines changed

3 files changed

+546
-0
lines changed
 

‎CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,3 +245,4 @@ In chronological order:
245245

246246
* Ye Tao <ye.tao@arm.com>
247247
* [2025-02-03] Optimize SBGEMM kernel on NEOVERSEV1
248+
* [2025-02-27] Add sbgemv_n_neon kernel

‎kernel/arm64/KERNEL.NEOVERSEV1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@ SBGEMMONCOPY = sbgemm_ncopy_$(SBGEMM_UNROLL_N)_neoversev1.c
1515
SBGEMMOTCOPY = sbgemm_tcopy_$(SBGEMM_UNROLL_N)_neoversev1.c
1616
SBGEMMONCOPYOBJ = sbgemm_oncopy$(TSUFFIX).$(SUFFIX)
1717
SBGEMMOTCOPYOBJ = sbgemm_otcopy$(TSUFFIX).$(SUFFIX)
18+
19+
SBGEMVNKERNEL = sbgemv_n_neon.c
1820
SBGEMVTKERNEL = sbgemv_t_bfdot.c
21+
1922
endif
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Please sign in to comment.