Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [PATCH 1/2] Misc. typos | luz.paz" | 2018-09-18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From 68d431b4c14ad60a778ee93c1f59ecc4b931950e Mon Sep 17 00:00:00 2001 Found via `codespell -q 3 -I ../eigen-word-whitelist.txt` where the whitelists consists of: ``` als ans cas dum lastr lowd nd overfl pres preverse substraction te uint whch ``` --- CMakeLists.txt | 26 +++++++++---------- Eigen/src/Core/GenericPacketMath.h | 2 +- Eigen/src/SparseLU/SparseLU.h | 2 +- bench/bench_norm.cpp | 2 +- doc/HiPerformance.dox | 2 +- doc/QuickStartGuide.dox | 2 +- .../Eigen/CXX11/src/Tensor/TensorChipping.h | 6 ++--- .../Eigen/CXX11/src/Tensor/TensorDeviceGpu.h | 2 +- .../src/Tensor/TensorForwardDeclarations.h | 4 +-- .../src/Tensor/TensorGpuHipCudaDefines.h | 2 +- .../Eigen/CXX11/src/Tensor/TensorReduction.h | 2 +- .../CXX11/src/Tensor/TensorReductionGpu.h | 2 +- .../test/cxx11_tensor_concatenation.cpp | 2 +- unsupported/test/cxx11_tensor_executor.cpp | 2 +- 14 files changed, 29 insertions(+), 29 deletions(-) | ||
* | Add option to disable plot generation | Gael Guennebaud | 2018-11-07 |
| | |||
* | Optimize the product of a householder-sequence with the identity, and ↵ | Gael Guennebaud | 2018-07-11 |
| | | | | optimize the evaluation of a HouseholderSequence to a dense matrix using faster blocked product. | ||
* | MIsc. source and comment typos | luz.paz | 2018-03-11 |
| | | | | Found using `codespell` and `grep` from downstream FreeCAD | ||
* | Fix cmake warning | Gael Guennebaud | 2017-12-14 |
| | |||
* | Improve cmake scripts for Pastix and BLAS detection. | Gael Guennebaud | 2017-04-14 |
| | |||
* | Adding synchronisation to convolution kernel for sycl backend. | Mehdi Goli | 2017-03-13 |
| | |||
* | Fixing typo in sycl Benchmark. | Mehdi Goli | 2017-03-08 |
| | |||
* | Adding sycl Benchmarks. | Mehdi Goli | 2017-03-08 |
| | |||
* | Merge latest changes from upstream | Benoit Steiner | 2017-01-30 |
|\ | |||
| * | Add debug output | Gael Guennebaud | 2017-01-03 |
| | | |||
| * | Fix inclusion | Gael Guennebaud | 2017-01-03 |
| | | |||
* | | Fixed the sycl benchmarking code | Benoit Steiner | 2016-12-22 |
|/ | |||
* | typo | Gael Guennebaud | 2016-12-08 |
| | |||
* | make sure we use the right eigen version | Gael Guennebaud | 2016-12-08 |
| | |||
* | fix usage of custom compiler | Gael Guennebaud | 2016-12-08 |
| | |||
* | Add missing include and use -O3 | Gael Guennebaud | 2016-12-07 |
| | |||
* | Fix call to convert on linux | Gael Guennebaud | 2016-12-07 |
| | |||
* | Cleanup file structure | Gael Guennebaud | 2016-12-07 |
| | |||
* | Update perf monitoring scripts to generate html/svg outputs | Gael Guennebaud | 2016-12-07 |
| | |||
* | generate png file for web upload | Gael Guennebaud | 2016-12-06 |
| | |||
* | Update monitored changeset lists | Gael Guennebaud | 2016-12-06 |
| | |||
* | fix compilation of BTL's blaze interface | Gael Guennebaud | 2016-12-05 |
| | |||
* | Add performance monitoring for LLT | Gael Guennebaud | 2016-12-05 |
| | |||
* | extend monitoring benchmarks with transpose matrix-vector and triangular ↵ | Gael Guennebaud | 2016-12-05 |
| | | | | matrix-vectors. | ||
* | Add perf monitoring for gemv | Gael Guennebaud | 2016-12-02 |
| | |||
* | Re-enable A^T*A action in BTL | Gael Guennebaud | 2016-12-02 |
| | |||
* | Pull the latest updates from trunk | Benoit Steiner | 2016-10-05 |
|\ | |||
| * | Do not manually add absolute path to boost-library. | Christoph Hertzberg | 2016-09-22 |
| | | | | | | | | Also set C++ standard for blaze to C++14 | ||
* | | Partial OpenCL support via SYCL compatible with ComputeCpp CE. | Luke Iwanski | 2016-09-19 |
|/ | |||
* | Update and fix Cholesky mini benchmark | Gael Guennebaud | 2016-07-28 |
| | |||
* | Update benchmark for dense solver to stress least-squares pb, and to output ↵ | Gael Guennebaud | 2016-07-21 |
| | | | | a HTML table | ||
* | Update relevent list of changesets. | Gael Guennebaud | 2016-07-04 |
| | |||
* | asm escape was not strong enough to prevent too aggressive compiler ↵ | Gael Guennebaud | 2016-07-04 |
| | | | | optimization let's fallback to no-inline. | ||
* | Few fixes in perf-monitoring. | Gael Guennebaud | 2016-07-04 |
| | |||
* | Include recent changesets that played with product's kernel | Gael Guennebaud | 2016-06-09 |
| | |||
* | Updated the README file for the tensor benchmarks | Benoit Steiner | 2016-05-25 |
| | |||
* | Improved the performance of tensor padding | Benoit Steiner | 2016-05-25 |
| | |||
* | Added benchmarks for contraction on CPU. | Benoit Steiner | 2016-05-13 |
| | |||
* | Added a benchmark to measure the performance of full reductions of 16 bit floats | Benoit Steiner | 2016-05-05 |
| | |||
* | Use index list for the striding benchmarks | Benoit Steiner | 2016-04-21 |
| | |||
* | remove useless include | Gael Guennebaud | 2016-04-14 |
| | |||
* | Enable the benchmarks for algebraic and transcendental fnctions on fp16. | Benoit Steiner | 2016-04-12 |
| | |||
* | Turned on the contraction benchmarks for fp16 | Benoit Steiner | 2016-04-12 |
| | |||
* | Turn on the coeffWise benchmarks on fp16 | Benoit Steiner | 2016-04-07 |
| | |||
* | Fixed the type casting benchmarks for fp16 | Benoit Steiner | 2016-04-07 |
| | |||
* | Fixed the benchmarking of fp16 coefficient wise operations | Benoit Steiner | 2016-04-07 |
| | |||
* | Updated the benchmarking code to use Eigen::half instead of half | Benoit Steiner | 2016-03-24 |
| | |||
* | Made the tensor benchmarks compile on MacOS | Benoit Steiner | 2016-03-23 |
| | |||
* | bug #1178: Simplified modification of the SSE control register for better ↵ | Christoph Hertzberg | 2016-03-20 |
| | | | | portability |