aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/generic_bench/btl.hh
Commit message (Collapse)AuthorAge
* BTL: fix warnings and extend to 5k matrices, update GotoBlas to OpenBlas, etc.Gravatar Gael Guennebaud2014-03-31
|
* Add support for OSX in BTL and fix a few warningsGravatar Gael Guennebaud2014-03-07
|
* bug #383 - EIGEN_ASM_COMMENT broken in C++11Gravatar Marc Glisse2011-11-26
| | | | this is due to the new user-defined literals syntax.
* check for !x86 platforms, otherwise the BTL benchmark doesn't compile on ↵Gravatar Konstantinos Margaritis2010-07-05
| | | | arm/powerpc
* email changeGravatar Gael Guennebaud2010-06-24
|
* BTL: allow to bench real timeGravatar Gael Guennebaud2010-02-26
|
* various update of of BTLGravatar Gael Guennebaud2009-03-04
|
* various MSVC fixes in BTLGravatar Gael Guennebaud2008-12-19
|
* * updated benchmark files according to recent renamingsGravatar Gael Guennebaud2008-07-27
| | | | * various improvements in BTL including trisolver and cholesky bench
* various minor updates in the benchmark suite like non inliningGravatar Gael Guennebaud2008-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 backendsGravatar Gael Guennebaud2008-07-10
| | | | in the benchmark suite
* in BTL: a specific bench/action can be selected at runtime, e.g.:Gravatar Gael Guennebaud2008-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"