File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed 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
20
20
SGEMM_SMALL_K_TT = sgemm_small_kernel_tt_skylakex.c
21
21
SGEMM_SMALL_K_B0_TT = sgemm_small_kernel_tt_skylakex.c
22
22
23
+ ifndef DYNAMIC_ARCH
23
24
DGEMMKERNEL = dgemm_kernel_16x2_skylakex.c
24
25
DTRMMKERNEL = dgemm_kernel_16x2_skylakex.c
25
26
DGEMMINCOPY = ../generic/gemm_ncopy_16.c
26
27
DGEMMITCOPY = dgemm_tcopy_16_skylakex.c
27
28
DGEMMONCOPY = ../generic/gemm_ncopy_2.c
28
29
DGEMMOTCOPY = ../generic/gemm_tcopy_2.c
29
30
DTRSMKERNEL_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
36
DGEMM_SMALL_M_PERMIT = dgemm_small_kernel_permit_skylakex.c
31
37
DGEMM_SMALL_K_NN = dgemm_small_kernel_nn_skylakex.c
32
38
DGEMM_SMALL_K_B0_NN = dgemm_small_kernel_nn_skylakex.c
You can’t perform that action at this time.
0 commit comments