Browse Source

Merge pull request #4629 from tetsuzo-usui/PfSizeTune_forNeoverseV1

Set GEMM_PREFERED_SIZE parameter for Neoverse V1
tags/v0.3.28^2
Martin Kroeker GitHub 2 years ago
parent
commit
45dbf50036
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      param.h

+ 2
- 0
param.h View File

@@ -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…
Cancel
Save