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
parent
commit
0a24f631e9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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)

#define SWITCH_RATIO 16

#define SGEMM_DEFAULT_UNROLL_M 16
#define SGEMM_DEFAULT_UNROLL_N 4



Loading…
Cancel
Save