Browse Source

ARM64: Enable bfloat16 kernels by default

pull/5396/head
abhishek-fujitsu 8 months ago
parent
commit
05fc88180c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile.system

+ 1
- 0
Makefile.system View File

@@ -270,6 +270,7 @@ SMALL_MATRIX_OPT = 1
BUILD_BFLOAT16 = 1
else ifeq ($(ARCH), arm64)
SMALL_MATRIX_OPT = 1
BUILD_BFLOAT16 = 1
endif
ifeq ($(ARCH), loongarch64)
SMALL_MATRIX_OPT = 1


Loading…
Cancel
Save