We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a32cb commit a2ff577Copy full SHA for a2ff577
1 file changed
kernel/x86_64/KERNEL.ZEN
@@ -31,7 +31,7 @@ CAXPYKERNEL = caxpy.c
31
ZAXPYKERNEL = zaxpy.c
32
33
STRMMKERNEL = sgemm_kernel_8x4_haswell.c
34
-SGEMMKERNEL = sgemm_kernel_8x4_haswell.c
+SGEMMKERNEL = sgemm_kernel_8x4_haswell_2.c
35
SGEMMINCOPY = ../generic/gemm_ncopy_8.c
36
SGEMMITCOPY = ../generic/gemm_tcopy_8.c
37
SGEMMONCOPY = ../generic/gemm_ncopy_4.c
0 commit comments