From 73214446602758b9aaf73f48de8d3b81990b9343 Mon Sep 17 00:00:00 2001 From: Ye Tao Date: Mon, 12 May 2025 13:41:21 +0000 Subject: [PATCH] enable sbgemm to be forward to sbgemv on arm64 --- Makefile.system | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.system b/Makefile.system index ac6a41c92..38646c3c6 100644 --- a/Makefile.system +++ b/Makefile.system @@ -276,6 +276,7 @@ SMALL_MATRIX_OPT = 1 endif ifeq ($(ARCH), arm64) GEMM_GEMV_FORWARD = 1 +GEMM_GEMV_FORWARD_BF16 = 1 endif ifeq ($(ARCH), riscv) GEMM_GEMV_FORWARD = 1