Skip to content

Commit 05fc881

Browse files
ARM64: Enable bfloat16 kernels by default
1 parent 4272cf8 commit 05fc881

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
@@ -270,6 +270,7 @@ SMALL_MATRIX_OPT = 1
270270
BUILD_BFLOAT16 = 1
271271
else ifeq ($(ARCH), arm64)
272272
SMALL_MATRIX_OPT = 1
273+
BUILD_BFLOAT16 = 1
273274
endif
274275
ifeq ($(ARCH), loongarch64)
275276
SMALL_MATRIX_OPT = 1

0 commit comments

Comments
 (0)