Skip to content

Commit dab0da8

Browse files
author
Darshan Patel
committed
Update GEMM param for NEOVERSEV1
1 parent 3b520a5 commit dab0da8

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
@@ -3396,13 +3396,13 @@ is a big desktop or server with abundant cache rather than a phone or embedded d
33963396
#define ZGEMM_DEFAULT_UNROLL_N 4
33973397
#define ZGEMM_DEFAULT_UNROLL_MN 16
33983398

3399-
#define SGEMM_DEFAULT_P 128
3400-
#define DGEMM_DEFAULT_P 160
3399+
#define SGEMM_DEFAULT_P 240
3400+
#define DGEMM_DEFAULT_P 240
34013401
#define CGEMM_DEFAULT_P 128
34023402
#define ZGEMM_DEFAULT_P 128
34033403

3404-
#define SGEMM_DEFAULT_Q 352
3405-
#define DGEMM_DEFAULT_Q 128
3404+
#define SGEMM_DEFAULT_Q 640
3405+
#define DGEMM_DEFAULT_Q 320
34063406
#define CGEMM_DEFAULT_Q 224
34073407
#define ZGEMM_DEFAULT_Q 112
34083408

0 commit comments

Comments
 (0)