Browse Source
Merge pull request #3844 from Mousius/switch-ratio-16
Set SWITCH_RATIO for Arm(R) Neoverse(TM) V1 CPUs
tags/v0.3.22^2
Martin Kroeker
GitHub
2 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
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) |
|
|
|
|
|
|
|
#define SWITCH_RATIO 16 |
|
|
|
|
|
|
|
#define SGEMM_DEFAULT_UNROLL_M 16 |
|
|
|
#define SGEMM_DEFAULT_UNROLL_N 4 |
|
|
|
|
|
|
|