From 5f0735832bbad726ad8f814090abdc058eb5c162 Mon Sep 17 00:00:00 2001 From: h-motoki Date: Fri, 28 Nov 2025 13:27:23 +0900 Subject: [PATCH] fix param.h: turn [sd]gemm_default_[pqr] parameters for a64fx --- param.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/param.h b/param.h index 8e598d8a01..70855ff869 100644 --- a/param.h +++ b/param.h @@ -3778,18 +3778,18 @@ Until then, just keep it different than DGEMM_DEFAULT_UNROLL_N to keep copy rout #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 128 +#define DGEMM_DEFAULT_P 128 #define CGEMM_DEFAULT_P 128 #define ZGEMM_DEFAULT_P 128 -#define SGEMM_DEFAULT_Q 352 -#define DGEMM_DEFAULT_Q 128 +#define SGEMM_DEFAULT_Q 896 +#define DGEMM_DEFAULT_Q 448 #define CGEMM_DEFAULT_Q 224 #define ZGEMM_DEFAULT_Q 112 -#define SGEMM_DEFAULT_R 4096 -#define DGEMM_DEFAULT_R 4096 +#define SGEMM_DEFAULT_R 3072 +#define DGEMM_DEFAULT_R 3072 #define CGEMM_DEFAULT_R 4096 #define ZGEMM_DEFAULT_R 4096