Skip to content

Commit 2fb0963

Browse files
committed
Set SWITCH_RATIO for Arm(R) Neoverse(TM) V1 CPUs
From testing this yields better results than the default of `2`.
1 parent e9a911f commit 2fb0963

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

param.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3367,6 +3367,8 @@ is a big desktop or server with abundant cache rather than a phone or embedded d
33673367

33683368
#elif defined(NEOVERSEV1)
33693369

3370+
#define SWITCH_RATIO 16
3371+
33703372
#define SGEMM_DEFAULT_UNROLL_M 16
33713373
#define SGEMM_DEFAULT_UNROLL_N 4
33723374

0 commit comments

Comments
 (0)