File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,13 +20,19 @@ SGEMM_SMALL_K_B0_TN = sgemm_small_kernel_tn_skylakex.c
2020SGEMM_SMALL_K_TT = sgemm_small_kernel_tt_skylakex.c
2121SGEMM_SMALL_K_B0_TT = sgemm_small_kernel_tt_skylakex.c
2222
23+ ifndef DYNAMIC_ARCH
2324DGEMMKERNEL = dgemm_kernel_16x2_skylakex.c
2425DTRMMKERNEL = dgemm_kernel_16x2_skylakex.c
2526DGEMMINCOPY = ../generic/gemm_ncopy_16.c
2627DGEMMITCOPY = dgemm_tcopy_16_skylakex.c
2728DGEMMONCOPY = ../generic/gemm_ncopy_2.c
2829DGEMMOTCOPY = ../generic/gemm_tcopy_2.c
2930DTRSMKERNEL_RN = ../generic/trsm_kernel_RN.c
31+ else
32+ DGEMMKERNEL = dgemm_kernel_4x8_skylakex_2.c
33+ DGEMMONCOPY = dgemm_ncopy_8_skylakex.c
34+ DGEMMOTCOPY = dgemm_tcopy_8_skylakex.c
35+ endif
3036DGEMM_SMALL_M_PERMIT = dgemm_small_kernel_permit_skylakex.c
3137DGEMM_SMALL_K_NN = dgemm_small_kernel_nn_skylakex.c
3238DGEMM_SMALL_K_B0_NN = dgemm_small_kernel_nn_skylakex.c
You can’t perform that action at this time.
0 commit comments