optimized dgemm for 20 threads

This commit is contained in:
Werner Saar
2016-05-16 14:14:25 +02:00
parent 0d1c695508
commit 8310d4d3f7
5 changed files with 191 additions and 53 deletions
+1 -1
View File
@@ -803,7 +803,7 @@ Lmcount$lazy_ptr:
#elif defined(PPC440FP2)
#define BUFFER_SIZE ( 16 << 20)
#elif defined(POWER8)
#define BUFFER_SIZE ( 32 << 20)
#define BUFFER_SIZE ( 64 << 20)
#else
#define BUFFER_SIZE ( 16 << 20)
#endif