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,19 +20,14 @@ 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
2423DGEMMKERNEL = dgemm_kernel_16x2_skylakex.c
2524DTRMMKERNEL = dgemm_kernel_16x2_skylakex.c
2625DGEMMINCOPY = ../generic/gemm_ncopy_16.c
2726DGEMMITCOPY = dgemm_tcopy_16_skylakex.c
2827DGEMMONCOPY = ../generic/gemm_ncopy_2.c
2928DGEMMOTCOPY = ../generic/gemm_tcopy_2.c
3029DTRSMKERNEL_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
30+
3631DGEMM_SMALL_M_PERMIT = dgemm_small_kernel_permit_skylakex.c
3732DGEMM_SMALL_K_NN = dgemm_small_kernel_nn_skylakex.c
3833DGEMM_SMALL_K_B0_NN = dgemm_small_kernel_nn_skylakex.c
You can’t perform that action at this time.
0 commit comments