Skip to content

Commit 71e9616

Browse files
authored
Merge pull request #2305 from wjc404/develop
AVX512 CGEMM & ZGEMM kernels
2 parents 4c6a457 + 819e852 commit 71e9616

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)