Skip to content

Commit

Permalink
set SWITCH_RATIO for Cortex-A76
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Apr 2, 2024
1 parent 4718d97 commit 584e876
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions param.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 584e876

Please sign in to comment.