Define static memory pool size in bl2_config.h.

This commit is contained in:
Field G. Van Zee
2012-12-07 17:34:53 -06:00
parent 19bb507d0d
commit e4e5404d26
2 changed files with 6 additions and 3 deletions

View File

@@ -46,6 +46,10 @@
#define BLIS_MEMORY_ALIGNMENT_BOUNDARY 16
#endif
// Static memory pool size.
#define BLIS_STATIC_MEM_POOL_SIZE (256 * 5000 * sizeof(double))
// Enable mixed domain operations?
//#define BLIS_ENABLE_MIXED_DOMAIN_SUPPORT