aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench
Commit message (Collapse)AuthorAge
* Use index list for the striding benchmarksGravatar Benoit Steiner2016-04-21
|
* remove useless includeGravatar Gael Guennebaud2016-04-14
|
* Enable the benchmarks for algebraic and transcendental fnctions on fp16.Gravatar Benoit Steiner2016-04-12
|
* Turned on the contraction benchmarks for fp16Gravatar Benoit Steiner2016-04-12
|
* Turn on the coeffWise benchmarks on fp16Gravatar Benoit Steiner2016-04-07
|
* Fixed the type casting benchmarks for fp16Gravatar Benoit Steiner2016-04-07
|
* Fixed the benchmarking of fp16 coefficient wise operationsGravatar Benoit Steiner2016-04-07
|
* Updated the benchmarking code to use Eigen::half instead of halfGravatar Benoit Steiner2016-03-24
|
* Made the tensor benchmarks compile on MacOSGravatar Benoit Steiner2016-03-23
|
* bug #1178: Simplified modification of the SSE control register for better ↵Gravatar Christoph Hertzberg2016-03-20
| | | | portability
* Added benchmarks for full reductionGravatar Benoit Steiner2016-02-29
|
* Improved the READMEGravatar Benoit Steiner2016-02-27
|
* Added benchmarks for type casting of float16Gravatar Benoit Steiner2016-02-26
|
* Added benchmarks for fp16Gravatar Benoit Steiner2016-02-26
|
* Extended the tensor benchmark suite to support types other than floatsGravatar Benoit Steiner2016-02-23
|
* Updated the tensor benchmarking code to work with compilers that don't ↵Gravatar Benoit Steiner2016-02-23
| | | | support cxx11.
* Add COD and BDCSVD in list of benched solvers.Gravatar Gael Guennebaud2016-02-19
|
* Added 2 benchmarks to the suite of tensor benchmarks running on GPUGravatar Benoit Steiner2016-01-30
|
* Fixed the tensor benchmarks on apple devicesGravatar Benoit Steiner2016-01-28
|
* Fixed clang related compilation errorGravatar Benoit Steiner2016-01-28
|
* Fixed a typoGravatar Benoit Steiner2016-01-28
|
* Made sure the number of floating point operations done by a benchmark is ↵Gravatar Benoit Steiner2016-01-28
| | | | computed using 64 bit integers to avoid overflows.
* Added a readme to explain how to compile the tensor benchmarks.Gravatar Benoit Steiner2016-01-28
|
* Updated the benchmarking code to print the number of flops processed instead ↵Gravatar Benoit Steiner2016-01-28
| | | | of the number of bytes.
* Added extra tensor benchmarksGravatar Benoit Steiner2016-01-28
|
* bugfixGravatar Yangqing Jia2016-01-28
|
* benchmark modifications to make it compilable in a standalone fashion.Gravatar Yangqing Jia2016-01-28
|
* Increase axpy vector sizeGravatar Gael Guennebaud2015-12-11
|
* Make bench_gemm compatible with 3.2Gravatar Gael Guennebaud2015-12-01
|
* Extend superlu cmake script to check versionGravatar Gael Guennebaud2015-11-30
|
* Preserve CMAKE_CXX_FLAGS in BTLGravatar Gael Guennebaud2015-11-27
|
* Unify gemm and lazy_gemm benchmarksGravatar Gael Guennebaud2015-10-07
|
* Add a perfromance regression benchmark for lazyProductGravatar Gael Guennebaud2015-10-07
|
* Add helper routines to help bypassing some compiler otpimization when ↵Gravatar Gael Guennebaud2015-10-07
| | | | benchmarking
* Update utility for experimenting with 3x3 eigenvaluesGravatar Gael Guennebaud2015-06-08
|
* Merged in FlorianGeorge/eigen_blaze_fork_2 (pull request PR-60)Gravatar Gael Guennebaud2015-06-04
|\ | | | | | | Use trans(X) instead of X.transpose() in Blaze Benchmark
* | 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 ↵Gravatar Benoit Jacob2015-03-06
| | | | | | | | | | | | timings are getting bad
| * | update gemm changeset listGravatar Gael Guennebaud2015-03-06
| | |
| * | Update gemm performance monitoring tool:Gravatar Gael Guennebaud2015-03-06
| | | | | | | | | | | | | | | | | | - permit to recompute a subset of changesets - update changeset list - add a few more cases
* | | 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
| | | | | | | | to that.
* | 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
| |