projects
/
platform
/
upstream
/
openblas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26bc152
)
Increase BUFFER_SIZE on mips64 to match SGEMM parameters
author
Martin Kroeker
<martin@ruby.chemie.uni-freiburg.de>
Tue, 28 Apr 2020 08:40:40 +0000
(10:40 +0200)
committer
GitHub
<noreply@github.com>
Tue, 28 Apr 2020 08:40:40 +0000
(10:40 +0200)
common_mips64.h
patch
|
blob
|
history
diff --git
a/common_mips64.h
b/common_mips64.h
index
af638d6
..
a06edfe
100644
(file)
--- a/
common_mips64.h
+++ b/
common_mips64.h
@@
-227,7
+227,7
@@
REALNAME: ;\
#define SEEK_ADDRESS
-#define BUFFER_SIZE ( 32 << 2
0
)
+#define BUFFER_SIZE ( 32 << 2
1
)
#if defined(LOONGSON3A)
#define PAGESIZE (16UL << 10)