aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench
Commit message (Expand)AuthorAge
* 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
* remove USING_PART_OF_NAMESPACE_EIGEN, leaving it in Eigen2Support.Gravatar Benoit Jacob2010-04-22
* Fixed line endings.Gravatar Hauke Heibel2010-03-05
* add a small program to bench all combinations of small productsGravatar Gael Guennebaud2010-03-05
* clean a bit the bench_gemm filesGravatar Gael Guennebaud2010-03-05
* minor cleaningGravatar Gael Guennebaud2010-03-05
* merge with default branchGravatar Gael Guennebaud2010-03-04
|\
| * clean #defined tokens, and use clock_gettime for the real timeGravatar Gael Guennebaud2010-03-03
| * BenchTimer: avoid warning about symbol redefinition on win32, and include <Ei...Gravatar Eamon Nerbonne2010-03-02
* | remove Qt's atomic dependency, I don't know what I was doing wrong...Gravatar Gael Guennebaud2010-03-01
* | make Aron's idea work using Qt's atomic implementation for the synchronisationGravatar Gael Guennebaud2010-03-01
* | BTL: allow to bench real timeGravatar Gael Guennebaud2010-02-26
* | fix some BTL issuesGravatar Gael Guennebaud2010-02-26
* | implement a smarter parallelization strategy for gemm avoiding multipleGravatar Gael Guennebaud2010-02-26
* | update BTL (better timer, eigen2 => eigen3, etc)Gravatar Gael Guennebaud2010-02-23
| * mergeGravatar Gael Guennebaud2010-02-22
| |\
| | * provide default values for CXX, remove duplicate defineGravatar Thomas Capricelli2010-02-22
| | * upsGravatar Hauke Heibel2010-02-22
* | | fix BTL's eigen interfaceGravatar Gael Guennebaud2010-02-22
* | | significant speedup in the matrix-matrix productsGravatar Gael Guennebaud2010-02-23
* | | oopsGravatar Gael Guennebaud2010-02-22
* | | Port BenchTimer fix.Gravatar Hauke Heibel2010-02-22
* | | mergeGravatar Gael Guennebaud2010-02-22
|\ \ \ | | |/ | |/|
| * | Added getRealTime() for windows.Gravatar Hauke Heibel2010-02-22
* | | add a small benchmark to quickly bench/compare SMP supportGravatar Gael Guennebaud2010-02-22
|/ /
* | extend the bench timer to allow benchmarking of parallel code,Gravatar Gael Guennebaud2010-02-22
| * fix BTL's eigen interfaceGravatar Gael Guennebaud2010-02-22
|/
* mergeGravatar Mark Borgerding2010-02-16
|\
* | added benchmark for unscaled and half-spectrum FFTsGravatar Mark Borgerding2010-01-21
| * extend sparse product benchmark with ublasGravatar Gael Guennebaud2010-02-09
|/
* extend benchmark for sparse productsGravatar Gael Guennebaud2010-01-05
* Big renaming:Gravatar Benoit Jacob2010-01-04
* * Fix bug #79: ei_alignmentOffset was assuming that ptr is multiple ofGravatar Benoit Jacob2010-01-02
* add a slerp benchmark (for accuracy and speed))Gravatar Gael Guennebaud2009-12-04
* Added missing typedef (will I ever learn it!?)Gravatar Hauke Heibel2009-12-01
* * mergeGravatar Benoit Jacob2009-11-09
|\
| * update product benchGravatar Gael Guennebaud2009-11-06