File tree Expand file tree Collapse file tree 3 files changed +2910
-2
lines changed Expand file tree Collapse file tree 3 files changed +2910
-2
lines changed Original file line number Diff line number Diff line change @@ -58,4 +58,18 @@ DROTKERNEL = rot_lsx.S
58
58
SNRM2KERNEL = snrm2_lsx.S
59
59
DNRM2KERNEL = dnrm2_lsx.S
60
60
61
+ DGEMMKERNEL = dgemm_kernel_8x4.S
62
+ DGEMMINCOPY = ../generic/gemm_ncopy_8.c
63
+ DGEMMITCOPY = ../generic/gemm_tcopy_8.c
64
+ DGEMMONCOPY = ../generic/gemm_ncopy_4.c
65
+ DGEMMOTCOPY = ../generic/gemm_tcopy_4.c
66
+ DGEMMINCOPYOBJ = dgemm_incopy$(TSUFFIX).$(SUFFIX)
67
+ DGEMMITCOPYOBJ = dgemm_itcopy$(TSUFFIX).$(SUFFIX)
68
+ DGEMMONCOPYOBJ = dgemm_oncopy$(TSUFFIX).$(SUFFIX)
69
+ DGEMMOTCOPYOBJ = dgemm_otcopy$(TSUFFIX).$(SUFFIX)
70
+
71
+ DTRSMKERNEL_LN = ../generic/trsm_kernel_LN.c
72
+ DTRSMKERNEL_LT = ../generic/trsm_kernel_LT.c
73
+ DTRSMKERNEL_RN = ../generic/trsm_kernel_RN.c
74
+ DTRSMKERNEL_RT = ../generic/trsm_kernel_RT.c
61
75
endif
You can’t perform that action at this time.
0 commit comments