Increase BUFFER_SIZE to match GEMM parameters
This commit is contained in:
parent
9666df7054
commit
d244b271c1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue