Add GEMM_PREFERED_SIZE parameter for Neoverse V1
This commit is contained in:
parent
15b9fc3f78
commit
ca673ca774
2
param.h
2
param.h
|
@ -3547,8 +3547,10 @@ is a big desktop or server with abundant cache rather than a phone or embedded d
|
|||
|
||||
#if defined(XDOUBLE) || defined(DOUBLE)
|
||||
#define SWITCH_RATIO 8
|
||||
#define GEMM_PREFERED_SIZE 4
|
||||
#else
|
||||
#define SWITCH_RATIO 16
|
||||
#define GEMM_PREFERED_SIZE 8
|
||||
#endif
|
||||
|
||||
#define SGEMM_DEFAULT_UNROLL_M 16
|
||||
|
|
Loading…
Reference in New Issue