Browse Source

Merge pull request #5260 from taoye9/enable_bf16_gemm_gemv_forward_on_arm64

enable sbgemm to be forward to sbgemv on arm64
tags/v0.3.30
Martin Kroeker GitHub 8 months ago
parent
commit
b5456c1b41
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
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