aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench
Commit message (Expand)AuthorAge
* use unsigned short instead of uint16_t which doesn't exist in c++98Gravatar Benoit Jacob2015-03-17
* Polish lookup tables generationGravatar Benoit Jacob2015-03-15
* update perf_monitoring/gemm/changesets.txtGravatar Benoit Jacob2015-03-13
* Add support for dumping blocking sizes tablesGravatar Benoit Jacob2015-03-13
* Add --only-cubic-sizes option to analyze-blocking-sizes toolGravatar Benoit Jacob2015-03-12
* deserialization assumed benchmarks in same order, but we shuffle them.Gravatar Benoit Jacob2015-03-06
* mergeGravatar Benoit Jacob2015-03-06
|\
* | Automatically serialize partial results to disk, reboot, and resume, when tim...Gravatar Benoit Jacob2015-03-06
| * update gemm changeset listGravatar Gael Guennebaud2015-03-06
| * Update gemm performance monitoring tool:Gravatar Gael Guennebaud2015-03-06
* | slightly increase tolerance to clock speed variationGravatar Benoit Jacob2015-03-05
|/
* Make benchmark-blocking-sizes detect changes to clock speed and be resilient ...Gravatar Benoit Jacob2015-03-05
* output to cout, not cerr, the actual resultsGravatar Benoit Jacob2015-03-04
* Complete the tool to analyze the efficiency of default sizes.Gravatar Benoit Jacob2015-03-04
* Add missing copyright noticesGravatar Benoit Jacob2015-03-03
* Add a benchmark-default-sizes action to benchmark-blocking-sizes.cppGravatar Benoit Jacob2015-03-03
* Improve analyze-blocking-sizes, and in particular give it a evaluate-defaults...Gravatar Benoit Jacob2015-03-02
* Update changeset list to be checked by perf_monitoring/gemm.Gravatar Gael Guennebaud2015-02-26
* Make perf_monitoring/gemm script more flexible:Gravatar Gael Guennebaud2015-02-26
* Add analyze-blocking-sizes program under bench/ to analyze multiple logsGravatar Benoit Jacob2015-02-23
* Add benchmark-blocking-sizes.cpp to bench/ per mailing list discussion.Gravatar Benoit Jacob2015-02-20
* Initial version of a small script to help tracking performance regressionsGravatar Gael Guennebaud2015-02-20
* update bench_gemmGravatar Gael Guennebaud2015-02-20
* Pulled the latest changes from the trunkGravatar Benoit Steiner2015-02-06
|\
* | Added a few benchmarks for the tensor codeGravatar Benoit Steiner2015-01-26
* | Created some benchmarks for the tensor codeGravatar Benoit Steiner2014-10-17
| * Merged eigen/eigen into defaultGravatar Konstantinos Margaritis2014-09-21
| |\ | |/ |/|
| * Initial VSX commitGravatar Konstantinos Margaritis2014-08-29
* | Update bench_norm utilityGravatar Gael Guennebaud2014-09-11
|/
* Find benchmark opponents also in /usr/lib64Gravatar Chen-Pang He2014-07-07
* Find OpenBLAS more aggressively. This made a difference on Fedora 20Gravatar Chen-Pang He2014-07-07
* Add a small benchmark to compare dense solvers for small to large problems.Gravatar Gael Guennebaud2014-04-28
* Make our gemm bench a little more powerful.Gravatar Gael Guennebaud2014-04-17
* Various minor fixes in BTLGravatar Gael Guennebaud2014-04-17
* Pulled the latest updates from the eigen trunk.Gravatar Benoit Steiner2014-04-01
|\
| * Fixed typo: symmretric -> symmetricGravatar Florian George2014-04-01
| * Fix no newline at end of file warningGravatar Gael Guennebaud2014-04-01
* | BTL: add blazeGravatar Gael Guennebaud2014-03-31
* | 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
* fix stable norm benchmarkGravatar Gael Guennebaud2014-02-13
* Fix bug #595: typoGravatar Gael Guennebaud2013-06-10
* replaced compiler specific __attribute__((noinline)) by EIGEN_DONT_INLINEGravatar Christoph Hertzberg2012-12-17
* updated geometry benchmark to handle additional casesGravatar Jakob Schwendner2012-12-17
* added benchmark for test vectorization in geometry packageGravatar Jakob Schwendner2012-12-16
* Doc for sparseLUGravatar Desire NUENTSA2012-09-25
* Incomplete Cholesky preconditioner... not yet stableGravatar Desire NUENTSA2012-09-11
* add SparseLU in sparse benchGravatar Desire NUENTSA2012-09-10
* merge Sparse LU branchGravatar Desire NUENTSA2012-09-07
|\
| * Add tutorial for sparse solversGravatar Desire NUENTSA2012-09-07