Merge pull request #2582 from martin-frbg/mips32fix

Increase BUFFER_SIZE on MIPS32 to accomodate SGEMM requirements
This commit is contained in:
Martin Kroeker
2020-04-27 09:18:34 +02:00
committed by GitHub

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)