aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/actions
Commit message (Collapse)AuthorAge
* fix name collisionGravatar Gael Guennebaud2011-01-31
|
* fix BTL cholesky action and output errors if the factorization failedGravatar Gael Guennebaud2011-01-28
|
* email changeGravatar Gael Guennebaud2010-06-24
|
* btl: add a trmm action and update eigen interfaceGravatar Gael Guennebaud2010-06-23
|
* fix some BTL issuesGravatar Gael Guennebaud2010-02-26
|
* add a "rot" benchmark in BTLGravatar Gael Guennebaud2009-08-15
|
* add ger and lu with partial pivoting in BTLGravatar Gael Guennebaud2009-08-04
|
* compilation fixes in BTLGravatar Gael Guennebaud2009-07-28
|
* various BTL updates (disable Cholesky for MTL, add new plot settings,Gravatar Gael Guennebaud2009-03-09
| | | | etc)
* BTL: add syr2 actionGravatar Gael Guennebaud2009-03-05
|
* BTL: - patch from Victor (add ACML support)Gravatar Gael Guennebaud2009-03-05
| | | | - fix overflow issues
* various update of of BTLGravatar Gael Guennebaud2009-03-04
|
* add symv benchGravatar Gael Guennebaud2009-02-20
|
* various MSVC fixes in BTLGravatar Gael Guennebaud2008-12-19
|
* BTL:added trisolve action fileGravatar Gael Guennebaud2008-08-26
|
* Add a LU decomposition action in BTL and various cleaning in BTL. For instanceGravatar Gael Guennebaud2008-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 benchGravatar Gael Guennebaud2008-07-28
| | | | - added GOTO library
* * updated benchmark files according to recent renamingsGravatar Gael Guennebaud2008-07-27
| | | | * various improvements in BTL including trisolver and cholesky bench
* various improvements of the plot generator in BTLGravatar Gael Guennebaud2008-07-12
|
* 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.
* imported a reworked version of BTL (Benchmark for Templated Libraries).Gravatar Gael Guennebaud2008-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