aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench
Commit message (Expand)AuthorAge
* [SYCL] Rebasing the SYCL support branch on top of the Einge upstream master b...Gravatar Mehdi Goli2019-11-28
* STYLE: Convert CMake-language commands to lower caseGravatar Hans Johnson2019-10-31
* STYLE: Remove CMake-language block-end command argumentsGravatar Hans Johnson2019-10-31
* update wrt recent changesGravatar Gael Guennebaud2019-02-21
* Add possibility to bench row-major lhs and rhsGravatar Gael Guennebaud2019-02-15
* bug #1676: workaround GCC's bug in c++17 mode.Gravatar Gael Guennebaud2019-02-07
* Add recent gemm related changesets and various cleanups in perf-monitoringGravatar Gael Guennebaud2019-01-29
* Bypass inline asm for non compatible compilers.Gravatar Gael Guennebaud2019-01-23
* add changesets related to matrix product perf.Gravatar Gael Guennebaud2018-12-13
* [PATCH 1/2] Misc. typosGravatar luz.paz"2018-09-18
* Add option to disable plot generationGravatar Gael Guennebaud2018-11-07
* Optimize the product of a householder-sequence with the identity, and optimiz...Gravatar Gael Guennebaud2018-07-11
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* Fix cmake warningGravatar Gael Guennebaud2017-12-14
* Improve cmake scripts for Pastix and BLAS detection.Gravatar Gael Guennebaud2017-04-14
* Adding synchronisation to convolution kernel for sycl backend.Gravatar Mehdi Goli2017-03-13
* Fixing typo in sycl Benchmark.Gravatar Mehdi Goli2017-03-08
* Adding sycl Benchmarks.Gravatar Mehdi Goli2017-03-08
* Merge latest changes from upstreamGravatar Benoit Steiner2017-01-30
|\
| * Add debug outputGravatar Gael Guennebaud2017-01-03
| * Fix inclusionGravatar Gael Guennebaud2017-01-03
* | Fixed the sycl benchmarking codeGravatar Benoit Steiner2016-12-22
|/
* typoGravatar Gael Guennebaud2016-12-08
* make sure we use the right eigen versionGravatar Gael Guennebaud2016-12-08
* fix usage of custom compilerGravatar Gael Guennebaud2016-12-08
* Add missing include and use -O3Gravatar Gael Guennebaud2016-12-07
* Fix call to convert on linuxGravatar Gael Guennebaud2016-12-07
* Cleanup file structureGravatar Gael Guennebaud2016-12-07
* Update perf monitoring scripts to generate html/svg outputsGravatar Gael Guennebaud2016-12-07
* generate png file for web uploadGravatar Gael Guennebaud2016-12-06
* Update monitored changeset listsGravatar Gael Guennebaud2016-12-06
* fix compilation of BTL's blaze interfaceGravatar Gael Guennebaud2016-12-05
* Add performance monitoring for LLTGravatar Gael Guennebaud2016-12-05
* extend monitoring benchmarks with transpose matrix-vector and triangular matr...Gravatar Gael Guennebaud2016-12-05
* Add perf monitoring for gemvGravatar Gael Guennebaud2016-12-02
* Re-enable A^T*A action in BTLGravatar Gael Guennebaud2016-12-02
* Pull the latest updates from trunkGravatar Benoit Steiner2016-10-05
|\
| * Do not manually add absolute path to boost-library.Gravatar Christoph Hertzberg2016-09-22
* | Partial OpenCL support via SYCL compatible with ComputeCpp CE.Gravatar Luke Iwanski2016-09-19
|/
* Update and fix Cholesky mini benchmarkGravatar Gael Guennebaud2016-07-28
* Update benchmark for dense solver to stress least-squares pb, and to output a...Gravatar Gael Guennebaud2016-07-21
* Update relevent list of changesets.Gravatar Gael Guennebaud2016-07-04
* asm escape was not strong enough to prevent too aggressive compiler optimizat...Gravatar Gael Guennebaud2016-07-04
* Few fixes in perf-monitoring.Gravatar Gael Guennebaud2016-07-04
* Include recent changesets that played with product's kernelGravatar Gael Guennebaud2016-06-09
* Updated the README file for the tensor benchmarksGravatar Benoit Steiner2016-05-25
* Improved the performance of tensor paddingGravatar Benoit Steiner2016-05-25
* Added benchmarks for contraction on CPU.Gravatar Benoit Steiner2016-05-13
* Added a benchmark to measure the performance of full reductions of 16 bit floatsGravatar Benoit Steiner2016-05-05
* Use index list for the striding benchmarksGravatar Benoit Steiner2016-04-21