File tree Expand file tree Collapse file tree 4 files changed +485
-3
lines changed Expand file tree Collapse file tree 4 files changed +485
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ZTRMMKERNEL = zgemm_kernel_power10.S
25
25
endif
26
26
27
27
SGEMMKERNEL = sgemm_kernel_power10.c
28
- SGEMMINCOPY = ../generic/gemm_ncopy_16 .c
28
+ SGEMMINCOPY = sgemm_ncopy_16_power .c
29
29
SGEMMITCOPY = sgemm_tcopy_16_power8.S
30
30
SGEMMONCOPY = ../generic/gemm_ncopy_8.c
31
31
SGEMMOTCOPY = sgemm_tcopy_8_power8.S
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ CTRMMKERNEL = ctrmm_kernel_8x4_power8.S
50
50
ZTRMMKERNEL = ztrmm_kernel_8x2_power8.S
51
51
52
52
SGEMMKERNEL = sgemm_kernel_16x8_power8.S
53
- SGEMMINCOPY = ../generic/gemm_ncopy_16 .c
53
+ SGEMMINCOPY = sgemm_ncopy_16_power .c
54
54
SGEMMITCOPY = sgemm_tcopy_16_power8.S
55
55
SGEMMONCOPY = ../generic/gemm_ncopy_8.c
56
56
SGEMMOTCOPY = sgemm_tcopy_8_power8.S
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ CTRMMKERNEL = cgemm_kernel_power9.S
13
13
ZTRMMKERNEL = zgemm_kernel_power9.S
14
14
15
15
SGEMMKERNEL = sgemm_kernel_power9.S
16
- SGEMMINCOPY = ../generic/gemm_ncopy_16 .c
16
+ SGEMMINCOPY = sgemm_ncopy_16_power .c
17
17
SGEMMITCOPY = sgemm_tcopy_16_power8.S
18
18
SGEMMONCOPY = ../generic/gemm_ncopy_8.c
19
19
SGEMMOTCOPY = sgemm_tcopy_8_power8.S
You can’t perform that action at this time.
0 commit comments