Skip to content

Commit b73bf01

Browse files
authored
optimize AVX2 SGEMM
1 parent eb3c9f1 commit b73bf01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kernel/x86_64/KERNEL.HASWELL

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ DAXPYKERNEL = daxpy.c
3131
CAXPYKERNEL = caxpy.c
3232
ZAXPYKERNEL = zaxpy.c
3333

34-
STRMMKERNEL = sgemm_kernel_16x4_haswell.S
35-
SGEMMKERNEL = sgemm_kernel_16x4_haswell.S
34+
STRMMKERNEL = sgemm_kernel_8x4_haswell.c
35+
SGEMMKERNEL = sgemm_kernel_8x4_haswell.c
3636
SGEMM_BETA = sgemm_beta_skylakex.c
37-
SGEMMINCOPY = ../generic/gemm_ncopy_16.c
38-
SGEMMITCOPY = ../generic/gemm_tcopy_16.c
37+
SGEMMINCOPY = ../generic/gemm_ncopy_8.c
38+
SGEMMITCOPY = ../generic/gemm_tcopy_8.c
3939
SGEMMONCOPY = sgemm_ncopy_4_skylakex.c
4040
SGEMMOTCOPY = ../generic/gemm_tcopy_4.c
4141
SGEMMINCOPYOBJ = sgemm_incopy$(TSUFFIX).$(SUFFIX)

0 commit comments

Comments
 (0)