Set SWITCH_RATIO for Arm(R) Neoverse(TM) V1 CPUs

From testing this yields better results than the default of `2`.
This commit is contained in:
Chris Sidebottom 2022-11-25 14:46:24 +00:00
parent e9a911fb9f
commit 2fb096315e
1 changed files with 2 additions and 0 deletions

View File

@ -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