Merge pull request #3844 from Mousius/switch-ratio-16

Set SWITCH_RATIO for Arm(R) Neoverse(TM) V1 CPUs
This commit is contained in:
Martin Kroeker 2022-12-02 12:48:43 +01:00 committed by GitHub
commit 0a24f631e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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)
#define SWITCH_RATIO 16
#define SGEMM_DEFAULT_UNROLL_M 16
#define SGEMM_DEFAULT_UNROLL_N 4