From d244b271c11570c06f087b437e6c650088d83f55 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 31 Oct 2020 22:39:15 +0100 Subject: [PATCH] Increase BUFFER_SIZE to match GEMM parameters --- common_sparc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common_sparc.h b/common_sparc.h index 85e29fffa..38f03553d 100644 --- a/common_sparc.h +++ b/common_sparc.h @@ -221,7 +221,7 @@ REALNAME:; #define SEEK_ADDRESS #endif -#define BUFFER_SIZE (32 << 20) +#define BUFFER_SIZE (32 << 21) #ifndef PAGESIZE #define PAGESIZE ( 8 << 10)