aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench
Commit message (Expand)AuthorAge
* an even more stable procedureGravatar Gael Guennebaud2011-02-03
* slightly more stable eigen vector computationGravatar Gael Guennebaud2011-02-03
* clean the script to generate the plotsGravatar Gael Guennebaud2011-01-31
* include cblas.h header file to ease configurationGravatar Gael Guennebaud2011-01-31
* fix name collisionGravatar Gael Guennebaud2011-01-31
* add GOTO2 and clean a bit the cmake macrosGravatar Gael Guennebaud2011-01-31
* fix BTL cholesky action and output errors if the factorization failedGravatar Gael Guennebaud2011-01-28
* improve automatic handling of gotoblas and atlasGravatar Gael Guennebaud2011-01-26
* always link to gfortran for gotoblas, it seems to be harmless for 1.x but nee...Gravatar Gael Guennebaud2011-01-26
* finish the move to Eigen3 in BTL, and let's use our own FindEigen3.cmake scriptGravatar Gael Guennebaud2011-01-26
* pass to eigen3 ;)Gravatar Gael Guennebaud2011-01-26
* fix compilationGravatar Gael Guennebaud2011-01-26
* update FindMKL to match the default installation behavior of MKL 11Gravatar Gael Guennebaud2011-01-26
* compilation fixGravatar Gael Guennebaud2010-12-09
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* rename PlanarRotation -> JacobiRotationGravatar Benoit Jacob2010-10-19
* fix unitialized quaternionGravatar Gael Guennebaud2010-09-08
* add a bench to compare various transformation methodsGravatar Gael Guennebaud2010-09-07
* add missing copyrightsGravatar Gael Guennebaud2010-09-01
* didn't want to commit that bench change.Gravatar Benoit Jacob2010-08-24
* make a couple of typedefs public so stuff compilesGravatar Benoit Jacob2010-08-24
* update this test to build against current eigen.Gravatar Benoit Jacob2010-08-23
* sync with default branchGravatar Gael Guennebaud2010-07-22
|\
* | add matlab-like mixed productGravatar Gael Guennebaud2010-07-22
* | syncGravatar Gael Guennebaud2010-07-10
|\ \
* | | update to support mixin typesGravatar Gael Guennebaud2010-07-07
| | * add a small bench demoing the possibilities of a direct 3x3 eigen decompositionGravatar Gael Guennebaud2010-07-18
| | * finish/fix level1 blas, all test passGravatar Gael Guennebaud2010-07-17
| | * fix compilation of blas libGravatar Gael Guennebaud2010-07-16
| | * MPRealSupport was missingGravatar Gael Guennebaud2010-07-15
| | * add a bench for quaternion multiplicationGravatar Gael Guennebaud2010-07-13
| |/
| * bench: use of Eigen/Array is deprecated + fix includes for iostreamGravatar Thomas Capricelli2010-07-09
|/
* syncGravatar Gael Guennebaud2010-07-07
|\
* | add support for complexGravatar Gael Guennebaud2010-07-07
* | add intitial support for the vectorization of complex<float>Gravatar Gael Guennebaud2010-07-05
| * check for !x86 platforms, otherwise the BTL benchmark doesn't compile on arm/...Gravatar Konstantinos Margaritis2010-07-05
|/
* Fix cache computation on old Intel CPUs which do notGravatar Gael Guennebaud2010-06-27
* add the manual Intel's way to query cache infoGravatar Gael Guennebaud2010-06-26
* add a utilility to debug cpuid, and makes sure we get 0 if we query an unsupp...Gravatar Gael Guennebaud2010-06-26
* email changeGravatar Gael Guennebaud2010-06-24
* add support for oskiGravatar Gael Guennebaud2010-06-24
* btl: add a trmm action and update eigen interfaceGravatar Gael Guennebaud2010-06-23
* add a spmv mini becnhmark for Eigen, GMM++, ublas, mtl4, and oskiGravatar Gael Guennebaud2010-06-22
* slightly optimize computeProductBlockingSizes by explicitely precomputing wha...Gravatar Gael Guennebaud2010-06-22
* fix in case we don't know how to query the L1/L2 cache sizesGravatar Gael Guennebaud2010-06-21
* simplify and optimize block sizes computation for matrix products. TheyGravatar Gael Guennebaud2010-06-21
* make bench_gemm print out the queried cache sizesGravatar Gael Guennebaud2010-06-21
* add the possibility to set the cache size at runtimeGravatar Gael Guennebaud2010-06-18
* add runtime API to control multithreadingGravatar Gael Guennebaud2010-06-10
* make BenchTimer compatible with 2.0 branchGravatar Gael Guennebaud2010-06-01