In QA the final bug was found so now the sklyakex sgemm C based kernel can be activated....
19 lines
552 B
Plaintext
19 lines
552 B
Plaintext
include $(KERNELDIR)/KERNEL.HASWELL
|
|
|
|
SGEMMKERNEL = sgemm_kernel_16x4_skylakex.c
|
|
|
|
SGEMMINCOPY = ../generic/gemm_ncopy_16.c
|
|
SGEMMITCOPY = sgemm_tcopy_16_skylakex.c
|
|
SGEMMONCOPY = sgemm_ncopy_4_skylakex.c
|
|
SGEMMOTCOPY = ../generic/gemm_tcopy_4.c
|
|
|
|
DGEMMKERNEL = dgemm_kernel_4x8_skylakex.c
|
|
|
|
DGEMMINCOPY = dgemm_ncopy_8_skylakex.c
|
|
DGEMMITCOPY = dgemm_tcopy_8_skylakex.c
|
|
DGEMMONCOPY = dgemm_ncopy_8_skylakex.c
|
|
DGEMMOTCOPY = dgemm_tcopy_8_skylakex.c
|
|
|
|
SGEMM_BETA = sgemm_beta_skylakex.c
|
|
DGEMM_BETA = dgemm_beta_skylakex.c
|