Skip to content

Commit 0a24f63

Browse files
authored
Merge pull request #3844 from Mousius/switch-ratio-16
Set SWITCH_RATIO for Arm(R) Neoverse(TM) V1 CPUs
2 parents 65984fb + 2fb0963 commit 0a24f63

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)