Skip to content

Commit 6ff013b

Browse files
authored
native support for icopy_4
90% MKL 1-thread performance.
1 parent 0d669e0 commit 6ff013b

File tree

2 files changed

+667
-1
lines changed

2 files changed

+667
-1
lines changed

kernel/x86_64/KERNEL.SKYLAKEX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SGEMMITCOPY = sgemm_tcopy_16_skylakex.c
77
SGEMMONCOPY = sgemm_ncopy_4_skylakex.c
88
SGEMMOTCOPY = ../generic/gemm_tcopy_4.c
99

10-
DGEMMKERNEL = dgemm_kernel_8x8_skylakex.c
10+
DGEMMKERNEL = dgemm_kernel_4x8_skylakex_2.c
1111

1212
DGEMMONCOPY = dgemm_ncopy_8_skylakex.c
1313
DGEMMOTCOPY = dgemm_tcopy_8_skylakex.c

0 commit comments

Comments
 (0)