aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/libs/mtl4/mtl4_interface.hh
Commit message (Collapse)AuthorAge
* update aat action to do a syrk operation, and remove (comment) ata actionGravatar Gael Guennebaud2011-03-23
|
* email changeGravatar Gael Guennebaud2010-06-24
|
* various BTL updates (disable Cholesky for MTL, add new plot settings,Gravatar Gael Guennebaud2009-03-09
| | | | etc)
* 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).
* * updated benchmark files according to recent renamingsGravatar Gael Guennebaud2008-07-27
| | | | * various improvements in BTL including trisolver and cholesky bench
* resurrected tvmet, added mt4, intel's MKL and handcoded vectorized backendsGravatar Gael Guennebaud2008-07-10
| | | | in the benchmark suite
* 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