Small GEMM for AArch64

This is a fairly conservative addition of small matrix kernels using
SVE.
This commit is contained in:
Chris Sidebottom
2024-02-20 10:50:43 +00:00
parent dcfe782f4b
commit 7a6fa699f2
11 changed files with 5845 additions and 0 deletions

View File

@@ -268,6 +268,8 @@ SMALL_MATRIX_OPT = 1
else ifeq ($(ARCH), power)
SMALL_MATRIX_OPT = 1
BUILD_BFLOAT16 = 1
else ifeq ($(ARCH), arm64)
SMALL_MATRIX_OPT = 1
endif
ifeq ($(SMALL_MATRIX_OPT), 1)
CCOMMON_OPT += -DSMALL_MATRIX_OPT