Skip to content

Commit b5456c1

Browse files
authored
Merge pull request #5260 from taoye9/enable_bf16_gemm_gemv_forward_on_arm64
enable sbgemm to be forward to sbgemv on arm64
2 parents 5a322f2 + 7321444 commit b5456c1

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)