We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeef942 commit b7cc69eCopy full SHA for b7cc69e
kernel/arm64/KERNEL
@@ -34,7 +34,7 @@ ifndef SGEMM_BETA
34
SGEMM_BETA = ../generic/gemm_beta.c
35
endif
36
ifndef DGEMM_BETA
37
-DGEMM_BETA = ../arm64/dgemm_beta.S
+DGEMM_BETA = ../generic/gemm_beta.c
38
39
ifndef CGEMM_BETA
40
CGEMM_BETA = ../generic/zgemm_beta.c
kernel/arm64/KERNEL.ARMV8
@@ -102,6 +102,8 @@ CDOTKERNEL = zdot.S
102
ZDOTKERNEL = zdot.S
103
DSDOTKERNEL = dot.S
104
105
+DGEMM_BETA = dgemm_beta.S
106
+
107
SGEMMKERNEL = sgemm_kernel_$(SGEMM_UNROLL_M)x$(SGEMM_UNROLL_N).S
108
STRMMKERNEL = strmm_kernel_$(SGEMM_UNROLL_M)x$(SGEMM_UNROLL_N).S
109
ifneq ($(SGEMM_UNROLL_M), $(SGEMM_UNROLL_N))
0 commit comments