From f4da23dcb6ac0de6a4c5fc07c704fb0b61ff5b25 Mon Sep 17 00:00:00 2001 From: Bine Brank Date: Tue, 23 Nov 2021 21:18:08 +0100 Subject: [PATCH] reduced dgemm_unroll_m to work with 128-bit sve --- param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/param.h b/param.h index bbc52fac4..0ccc4a4d6 100644 --- a/param.h +++ b/param.h @@ -3301,7 +3301,7 @@ is a big desktop or server with abundant cache rather than a phone or embedded d /* When all BLAS3 routines are implemeted with SVE, DGEMM_DEFAULT_UNROLL_M should be "sve_vl". Until then, just keep it different than DGEMM_DEFAULT_UNROLL_N to keep copy routines in both directions seperated. */ -#define DGEMM_DEFAULT_UNROLL_M 4 +#define DGEMM_DEFAULT_UNROLL_M 2 #define DGEMM_DEFAULT_UNROLL_N 8 #define CGEMM_DEFAULT_UNROLL_M 8