Skip to content

Commit 82e80fa

Browse files
initial strmm(sgemm). not tuned yet
1 parent 4119827 commit 82e80fa

File tree

6 files changed

+3776
-11
lines changed

6 files changed

+3776
-11
lines changed

kernel/zarch/KERNEL.Z13

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,20 @@ DGEMVTKERNEL = ../arm/gemv_t.c
8080
CGEMVTKERNEL = ../arm/zgemv_t.c
8181
ZGEMVTKERNEL = ../arm/zgemv_t.c
8282

83-
STRMMKERNEL = ../generic/trmmkernel_2x2.c
83+
STRMMKERNEL = strmm8x4V.S
8484
DTRMMKERNEL = trmm8x4V.S
8585
CTRMMKERNEL = ../generic/ztrmmkernel_2x2.c
8686
ZTRMMKERNEL = ztrmm4x4V.S
8787

88-
SGEMMKERNEL = ../generic/gemmkernel_2x2.c
89-
SGEMMONCOPY = ../generic/gemm_ncopy_2.c
90-
SGEMMOTCOPY = ../generic/gemm_tcopy_2.c
91-
SGEMMONCOPYOBJ = sgemm_oncopy.o
92-
SGEMMOTCOPYOBJ = sgemm_otcopy.o
88+
SGEMMKERNEL = strmm8x4V.S
89+
SGEMMINCOPY = ../generic/gemm_ncopy_8.c
90+
SGEMMITCOPY = ../generic/gemm_tcopy_8.c
91+
SGEMMONCOPY = ../generic/gemm_ncopy_4.c
92+
SGEMMOTCOPY = ../generic/gemm_tcopy_4.c
93+
SGEMMINCOPYOBJ = sgemm_incopy.o
94+
SGEMMITCOPYOBJ = sgemm_itcopy.o
95+
SGEMMONCOPYOBJ = sgemm_oncopy.o
96+
SGEMMOTCOPYOBJ = sgemm_otcopy.o
9397

9498

9599

0 commit comments

Comments
 (0)