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 b73bf01 commit 92b1021Copy full SHA for 92b1021
kernel/x86_64/KERNEL.ZEN
@@ -30,10 +30,10 @@ DAXPYKERNEL = daxpy.c
30
CAXPYKERNEL = caxpy.c
31
ZAXPYKERNEL = zaxpy.c
32
33
-STRMMKERNEL = sgemm_kernel_16x4_haswell.S
34
-SGEMMKERNEL = sgemm_kernel_16x4_haswell.S
35
-SGEMMINCOPY = ../generic/gemm_ncopy_16.c
36
-SGEMMITCOPY = ../generic/gemm_tcopy_16.c
+STRMMKERNEL = sgemm_kernel_8x4_haswell.c
+SGEMMKERNEL = sgemm_kernel_8x4_haswell.c
+SGEMMINCOPY = ../generic/gemm_ncopy_8.c
+SGEMMITCOPY = ../generic/gemm_tcopy_8.c
37
SGEMMONCOPY = ../generic/gemm_ncopy_4.c
38
SGEMMOTCOPY = ../generic/gemm_tcopy_4.c
39
SGEMMINCOPYOBJ = sgemm_incopy$(TSUFFIX).$(SUFFIX)
0 commit comments