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