Skip to content

Commit 7321444

Browse files
committed
enable sbgemm to be forward to sbgemv on arm64
1 parent cf9e34c commit 7321444

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.system

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ SMALL_MATRIX_OPT = 1
276276
endif
277277
ifeq ($(ARCH), arm64)
278278
GEMM_GEMV_FORWARD = 1
279+
GEMM_GEMV_FORWARD_BF16 = 1
279280
endif
280281
ifeq ($(ARCH), riscv)
281282
GEMM_GEMV_FORWARD = 1

0 commit comments

Comments
 (0)