Increase BUFFER_SIZE to match GEMM parameters

This commit is contained in:
Martin Kroeker 2020-10-31 22:39:15 +01:00 committed by GitHub
parent 9666df7054
commit d244b271c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)