Skip to content

Commit cdff44e

Browse files
authored
Merge pull request #4406 from martin-frbg/issue3291
Increase S/D GEMM PQ parameters for Neoverse N1
2 parents 8278d0d + 504f9b0 commit cdff44e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

param.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3359,13 +3359,13 @@ is a big desktop or server with abundant cache rather than a phone or embedded d
33593359
#define ZGEMM_DEFAULT_UNROLL_M 4
33603360
#define ZGEMM_DEFAULT_UNROLL_N 4
33613361

3362-
#define SGEMM_DEFAULT_P 128
3363-
#define DGEMM_DEFAULT_P 160
3362+
#define SGEMM_DEFAULT_P 240
3363+
#define DGEMM_DEFAULT_P 240
33643364
#define CGEMM_DEFAULT_P 128
33653365
#define ZGEMM_DEFAULT_P 128
33663366

3367-
#define SGEMM_DEFAULT_Q 352
3368-
#define DGEMM_DEFAULT_Q 128
3367+
#define SGEMM_DEFAULT_Q 640
3368+
#define DGEMM_DEFAULT_Q 320
33693369
#define CGEMM_DEFAULT_Q 224
33703370
#define ZGEMM_DEFAULT_Q 112
33713371

0 commit comments

Comments
 (0)