Skip to content

Commit 1df9a20

Browse files
authored
new sgemm kernel for skylakex
1 parent 274ff5c commit 1df9a20

File tree

2 files changed

+872
-1
lines changed

2 files changed

+872
-1
lines changed

kernel/x86_64/KERNEL.SKYLAKEX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include $(KERNELDIR)/KERNEL.HASWELL
22

3-
SGEMMKERNEL = sgemm_kernel_16x4_skylakex.c
3+
SGEMMKERNEL = sgemm_kernel_16x4_skylakex_2.c
44

55
SGEMMINCOPY = ../generic/gemm_ncopy_16.c
66
SGEMMITCOPY = sgemm_tcopy_16_skylakex.c

0 commit comments

Comments
 (0)