Increase default BUFFER_SIZE to accomodate SGEMM parameters

in response to compile-time warning from #2551
This commit is contained in:
Martin Kroeker 2020-04-26 22:21:05 +02:00 committed by GitHub
parent 955d73127f
commit 5e0dbf8dfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ REALNAME:
#endif
#define HUGE_PAGESIZE ( 4 << 20)
#define BUFFER_SIZE (16 << 20)
#define BUFFER_SIZE (16 << 21)
#define BASE_ADDRESS (START_ADDRESS - BUFFER_SIZE * MAX_CPU_NUMBER)