Increase BUFFER_SIZE on mips64 to match SGEMM parameters
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Tue, 28 Apr 2020 08:40:40 +0000 (10:40 +0200)
committerGitHub <noreply@github.com>
Tue, 28 Apr 2020 08:40:40 +0000 (10:40 +0200)
common_mips64.h

index af638d6..a06edfe 100644 (file)
@@ -227,7 +227,7 @@ REALNAME: ;\
 
 #define SEEK_ADDRESS
 
-#define BUFFER_SIZE     ( 32 << 20)
+#define BUFFER_SIZE     ( 32 << 21)
 
 #if defined(LOONGSON3A)
 #define PAGESIZE       (16UL << 10)