Skip to content

Commit eaa0be1

Browse files
authored
Merge pull request #2286 from wjc404/develop
AVX512 DGEMM kernel
2 parents 2beaa82 + 6ff013b commit eaa0be1

File tree

4 files changed

+1450
-4
lines changed

4 files changed

+1450
-4
lines changed

kernel/x86_64/KERNEL.SKYLAKEX

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ 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_4x8_skylakex.c
10+
DGEMMKERNEL = dgemm_kernel_4x8_skylakex_2.c
1111

12-
#DGEMMINCOPY = dgemm_ncopy_8_skylakex.c
13-
#DGEMMITCOPY = dgemm_tcopy_8_skylakex.c
1412
DGEMMONCOPY = dgemm_ncopy_8_skylakex.c
1513
DGEMMOTCOPY = dgemm_tcopy_8_skylakex.c
1614

0 commit comments

Comments
 (0)