mirror of
https://github.com/amd/blis.git
synced 2026-05-05 06:51:11 +00:00
Define static memory pool size in bl2_config.h.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user