Skip to content

Commit 819e852

Browse files
authored
AVX512 CGEMM & ZGEMM kernels
96-99% 1-thread performance of MKL2018
1 parent 836c414 commit 819e852

File tree

3 files changed

+638
-0
lines changed

3 files changed

+638
-0
lines changed

kernel/x86_64/KERNEL.SKYLAKEX

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ DGEMMOTCOPY = dgemm_tcopy_8_skylakex.c
1414

1515
SGEMM_BETA = sgemm_beta_skylakex.c
1616
DGEMM_BETA = dgemm_beta_skylakex.c
17+
18+
CGEMMKERNEL = cgemm_kernel_8x2_skylakex.c
19+
ZGEMMKERNEL = zgemm_kernel_4x2_skylakex.c

0 commit comments

Comments
 (0)