sgemm kernel use sgemm_kernel_8x8_cortexa53

Signed-off-by: zhangdanfeng <zhangdanfeng@cloudwalk.cn>
This commit is contained in:
zhangdanfeng 2020-05-18 16:51:33 +08:00 committed by 张丹枫
parent d475db29c6
commit 0e6eb8c247
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
include $(KERNELDIR)/KERNEL.ARMV8 include $(KERNELDIR)/KERNEL.ARMV8
ifeq ($(SGEMM_UNROLL_M)x$(SGEMM_UNROLL_N), 8x8)
SGEMMKERNEL = sgemm_kernel_8x8_cortexa53.S
endif