Skip to content

Commit

Permalink
Increase S/D GEMM PQ to match typical L2 size as forNeoverseV1
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jan 2, 2024
1 parent 534de14 commit 504f9b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions param.h
Original file line number Diff line number Diff line change
Expand Up @@ -3359,13 +3359,13 @@ 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

#define SGEMM_DEFAULT_P 128
#define DGEMM_DEFAULT_P 160
#define SGEMM_DEFAULT_P 240
#define DGEMM_DEFAULT_P 240
#define CGEMM_DEFAULT_P 128
#define ZGEMM_DEFAULT_P 128

#define SGEMM_DEFAULT_Q 352
#define DGEMM_DEFAULT_Q 128
#define SGEMM_DEFAULT_Q 640
#define DGEMM_DEFAULT_Q 320
#define CGEMM_DEFAULT_Q 224
#define ZGEMM_DEFAULT_Q 112

Expand Down

0 comments on commit 504f9b0

Please sign in to comment.