Browse Source

set SWITCH_RATIO for Cortex-A76

tags/v0.3.27
Martin Kroeker GitHub 1 year ago
parent
commit
584e87661d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      param.h

+ 6
- 0
param.h View File

@@ -3365,6 +3365,12 @@ is a big desktop or server with abundant cache rather than a phone or embedded d
#define ZGEMM_DEFAULT_UNROLL_M 4
#define ZGEMM_DEFAULT_UNROLL_N 4

#if defined(XDOUBLE) || defined(DOUBLE)
#define SWITCH_RATIO 8
#else
#define SWITCH_RATIO 16
#endif

#define SGEMM_DEFAULT_P 256
#define DGEMM_DEFAULT_P 128
#define CGEMM_DEFAULT_P 128


Loading…
Cancel
Save