We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb3c9f1 commit b73bf01Copy full SHA for b73bf01
kernel/x86_64/KERNEL.HASWELL
@@ -31,11 +31,11 @@ DAXPYKERNEL = daxpy.c
31
CAXPYKERNEL = caxpy.c
32
ZAXPYKERNEL = zaxpy.c
33
34
-STRMMKERNEL = sgemm_kernel_16x4_haswell.S
35
-SGEMMKERNEL = sgemm_kernel_16x4_haswell.S
+STRMMKERNEL = sgemm_kernel_8x4_haswell.c
+SGEMMKERNEL = sgemm_kernel_8x4_haswell.c
36
SGEMM_BETA = sgemm_beta_skylakex.c
37
-SGEMMINCOPY = ../generic/gemm_ncopy_16.c
38
-SGEMMITCOPY = ../generic/gemm_tcopy_16.c
+SGEMMINCOPY = ../generic/gemm_ncopy_8.c
+SGEMMITCOPY = ../generic/gemm_tcopy_8.c
39
SGEMMONCOPY = sgemm_ncopy_4_skylakex.c
40
SGEMMOTCOPY = ../generic/gemm_tcopy_4.c
41
SGEMMINCOPYOBJ = sgemm_incopy$(TSUFFIX).$(SUFFIX)
0 commit comments