Merge pull request #3844 from Mousius/switch-ratio-16
Set SWITCH_RATIO for Arm(R) Neoverse(TM) V1 CPUs
This commit is contained in:
commit
0a24f631e9
2
param.h
2
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)
|
#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…
Reference in New Issue