Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Pulled the latest updates from the eigen trunk. | Benoit Steiner | 2014-04-01 |
|\ | |||
| * | Fixed typo: symmretric -> symmetric | Florian George | 2014-04-01 |
| | | |||
* | | BTL: fix warnings and extend to 5k matrices, update GotoBlas to OpenBlas, etc. | Gael Guennebaud | 2014-03-31 |
|/ | |||
* | BTL: add missing TRMM plots, update Eigen's interface | Gael Guennebaud | 2012-06-07 |
| | |||
* | BTL: add eigen2 backend | Gael Guennebaud | 2011-03-23 |
| | |||
* | BTL: add a Eigen-blas backend | Gael Guennebaud | 2011-03-23 |
| | |||
* | update plot settings | Gael Guennebaud | 2011-03-23 |
| | |||
* | update aat action to do a syrk operation, and remove (comment) ata action | Gael Guennebaud | 2011-03-23 |
| | |||
* | clean the script to generate the plots | Gael Guennebaud | 2011-01-31 |
| | |||
* | fix name collision | Gael Guennebaud | 2011-01-31 |
| | |||
* | fix some BTL issues | Gael Guennebaud | 2010-02-26 |
| | |||
* | update BTL (better timer, eigen2 => eigen3, etc) | Gael Guennebaud | 2010-02-23 |
| | |||
* | add a "rot" benchmark in BTL | Gael Guennebaud | 2009-08-15 |
| | |||
* | add ger and lu with partial pivoting in BTL | Gael Guennebaud | 2009-08-04 |
| | |||
* | add a partial LU bench in BTL | Gael Guennebaud | 2009-06-04 |
| | |||
* | various BTL updates (disable Cholesky for MTL, add new plot settings, | Gael Guennebaud | 2009-03-09 |
| | | | | etc) | ||
* | various update of of BTL | Gael Guennebaud | 2009-03-04 |
| | |||
* | various MSVC fixes in BTL | Gael Guennebaud | 2008-12-19 |
| | |||
* | Add a LU decomposition action in BTL and various cleaning in BTL. For instance | Gael Guennebaud | 2008-08-04 |
| | | | | | | all per plot settings have been moved to a single file, go_mean now takes an optional second argument "tiny" to generate plots for tiny matrices, and output of comparison information wrt to previous benchs (if any). | ||
* | BTL: - added tridiagonalization and hessenberg decomposition bench | Gael Guennebaud | 2008-07-28 |
| | | | | - added GOTO library | ||
* | * updated benchmark files according to recent renamings | Gael Guennebaud | 2008-07-27 |
| | | | | * various improvements in BTL including trisolver and cholesky bench | ||
* | enhancements of the plot generator: | Gael Guennebaud | 2008-07-13 |
| | | | | | | | | - removed the ugly X11 and PNG gnuplots terminals - use enhanced postscript terminal - use imagemagick to generate the png files (with compression) - disable the fortran impl by default since it is as meaningless as a "C impl" - update line settings | ||
* | Optimization: added super efficient rowmajor * vector product (and vector * ↵ | Gael Guennebaud | 2008-07-13 |
| | | | | | | | | colmajor). It basically performs 4 dot products at once reducing loads of the vector and improving instructions scheduling. With 3 cache friendly algorithms, we now handle all product configurations with outstanding perf for large matrices. | ||
* | SVN_SILENT trivial fix | Benoit Jacob | 2008-07-12 |
| | |||
* | various improvements of the plot generator in BTL | Gael Guennebaud | 2008-07-12 |
| | |||
* | various minor updates in the benchmark suite like non inlining | Gael Guennebaud | 2008-07-12 |
| | | | | | of some functions as well as the experimental C code used to design efficient eigen's matrix vector products. | ||
* | resurrected tvmet, added mt4, intel's MKL and handcoded vectorized backends | Gael Guennebaud | 2008-07-10 |
| | | | | in the benchmark suite | ||
* | in BTL: a specific bench/action can be selected at runtime, e.g.: | Gael Guennebaud | 2008-07-09 |
| | | | | | | BTL_CONFIG="-a ata" ctest -V -R eigen run the all benchmarks having "ata" in their name for all libraries matching the regexp "eigen" | ||
* | imported a reworked version of BTL (Benchmark for Templated Libraries). | Gael Guennebaud | 2008-07-09 |
the modifications to initial code follow: * changed build system from plain makefiles to cmake * added eigen2 (4 versions: vec/novec and fixed/dynamic), GMM++, MTL4 interfaces * added "transposed matrix * vector" product action * updated blitz interface to use condensed products instead of hand coded loops * removed some deprecated interfaces * changed default storage order to column major for all libraries * new generic bench timer strategy which is supposed to be more accurate * various code clean-up |