Browse Source

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

From testing this yields better results than the default of `2`.
tags/v0.3.22^2
Chris Sidebottom 2 years ago
parent
commit
2fb096315e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      param.h

+ 2
- 0
param.h 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) #elif defined(NEOVERSEV1)


#define SWITCH_RATIO 16

#define SGEMM_DEFAULT_UNROLL_M 16 #define SGEMM_DEFAULT_UNROLL_M 16
#define SGEMM_DEFAULT_UNROLL_N 4 #define SGEMM_DEFAULT_UNROLL_N 4




Loading…
Cancel
Save