From: Martin Kroeker Date: Sun, 27 Mar 2022 11:10:47 +0000 (+0200) Subject: Revert accidental change of generic ARMV8 DGEMM parameters from #3425 X-Git-Tag: upstream/0.3.21~1^2~2^2~26^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8d0f7f0176881956c382fb343292638d4dd9f3a3;p=platform%2Fupstream%2Fopenblas.git Revert accidental change of generic ARMV8 DGEMM parameters from #3425 --- diff --git a/param.h b/param.h index 8649e44..f5cbe96 100644 --- a/param.h +++ b/param.h @@ -3423,8 +3423,8 @@ Until then, just keep it different than DGEMM_DEFAULT_UNROLL_N to keep copy rout #define SGEMM_DEFAULT_UNROLL_M 16 #define SGEMM_DEFAULT_UNROLL_N 4 -#define DGEMM_DEFAULT_UNROLL_M 4 -#define DGEMM_DEFAULT_UNROLL_N 8 +#define DGEMM_DEFAULT_UNROLL_M 8 +#define DGEMM_DEFAULT_UNROLL_N 4 #define CGEMM_DEFAULT_UNROLL_M 8 #define CGEMM_DEFAULT_UNROLL_N 4