From 2fb096315e1cd1cd4fc6cffb2f410d4551086cac Mon Sep 17 00:00:00 2001 From: Chris Sidebottom Date: Fri, 25 Nov 2022 14:46:24 +0000 Subject: [PATCH] Set SWITCH_RATIO for Arm(R) Neoverse(TM) V1 CPUs From testing this yields better results than the default of `2`. --- param.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/param.h b/param.h index 514b13a3a..19cbe75a5 100644 --- a/param.h +++ b/param.h @@ -3367,6 +3367,8 @@ is a big desktop or server with abundant cache rather than a phone or embedded d #elif defined(NEOVERSEV1) +#define SWITCH_RATIO 16 + #define SGEMM_DEFAULT_UNROLL_M 16 #define SGEMM_DEFAULT_UNROLL_N 4