Browse Source

enable sbgemm to be forward to sbgemv on arm64

tags/v0.3.30
Ye Tao 1 year ago
parent
commit
7321444660
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile.system

+ 1
- 0
Makefile.system View File

@@ -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


Loading…
Cancel
Save