Remove all references to EIGEN_TUNE_CPU_CACHE_SIZE.

This macro is no longer used as of revision 0212eec23f
.
This commit is contained in:
Jitse Niesen
2011-02-04 22:33:53 +01:00
parent 0b555a4a3d
commit e2d46eac42
4 changed files with 0 additions and 19 deletions

View File

@@ -46,15 +46,6 @@
#define EIGEN_CACHEFRIENDLY_PRODUCT_THRESHOLD 8
#endif
/** Defines the maximal size in Bytes of blocks fitting in CPU cache.
* The current value is set to generate blocks of 256x256 for float
*
* Typically for a single-threaded application you would set that to 25% of the size of your CPU caches in bytes
*/
#ifndef EIGEN_TUNE_FOR_CPU_CACHE_SIZE
#define EIGEN_TUNE_FOR_CPU_CACHE_SIZE (sizeof(float)*512*512)
#endif
/** Defines the maximal width of the blocks used in the triangular product and solver
* for vectors (level 2 blas xTRMV and xTRSV). The default is 8.
*/