Skip to content

Commit

Permalink
Merge pull request OpenMathLib#4381 from darshanp4/issue_4323
Browse files Browse the repository at this point in the history
Update GEMM param for NEOVERSEV1
  • Loading branch information
martin-frbg committed Dec 19, 2023
2 parents 3b520a5 + dab0da8 commit 3f46d0c
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 @@ -3396,13 +3396,13 @@ is a big desktop or server with abundant cache rather than a phone or embedded d
#define ZGEMM_DEFAULT_UNROLL_N 4
#define ZGEMM_DEFAULT_UNROLL_MN 16

#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 3f46d0c

Please sign in to comment.