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 217324d commit 38ee7c9Copy full SHA for 38ee7c9
kernel/arm64/KERNEL.NEOVERSEN2
@@ -198,4 +198,5 @@ SBGEMMINCOPYOBJ = sbgemm_incopy$(TSUFFIX).$(SUFFIX)
198
SBGEMMITCOPYOBJ = sbgemm_itcopy$(TSUFFIX).$(SUFFIX)
199
SBGEMMONCOPYOBJ = sbgemm_oncopy$(TSUFFIX).$(SUFFIX)
200
SBGEMMOTCOPYOBJ = sbgemm_otcopy$(TSUFFIX).$(SUFFIX)
201
-SBGEMVTKERNEL = sbgemv_t_bfdot.c
+SBGEMVTKERNEL = sbgemv_t_bfdot.c
202
+SBGEMVNKERNEL = sbgemv_n_neon.c
kernel/arm64/KERNEL.NEOVERSEV2
@@ -2,4 +2,5 @@ include $(KERNELDIR)/KERNEL.ARMV8SVE
2
3
ifeq ($(BUILD_BFLOAT16), 1)
4
SBGEMVTKERNEL = sbgemv_t_bfdot.c
5
6
endif
0 commit comments