aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/libs
Commit message (Collapse)AuthorAge
* STYLE: Remove CMake-language block-end command argumentsGravatar Hans Johnson2019-10-31
| | | | | | Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style.
* MIsc. source and comment typosGravatar luz.paz2018-03-11
| | | | Found using `codespell` and `grep` from downstream FreeCAD
* fix compilation of BTL's blaze interfaceGravatar Gael Guennebaud2016-12-05
|
* Re-enable A^T*A action in BTLGravatar Gael Guennebaud2016-12-02
|
* Do not manually add absolute path to boost-library.Gravatar Christoph Hertzberg2016-09-22
| | | | Also set C++ standard for blaze to C++14
* 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
* \ Pulled the latest changes from the trunkGravatar Benoit Steiner2015-02-06
|\ \
* | | Created some benchmarks for the tensor codeGravatar Benoit Steiner2014-10-17
| | |
| * | Initial VSX commitGravatar Konstantinos Margaritis2014-08-29
|/ /
| * Enable atv in Blaze BenchmarkGravatar Florian George2014-05-04
| |
| * Use trans(X) instead of X.transpose() in Blaze BenchmarkGravatar Florian George2014-05-04
|/
* Various minor fixes in BTLGravatar Gael Guennebaud2014-04-17
|
* 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
|
* BTL: add missing TRMM plots, update Eigen's interfaceGravatar Gael Guennebaud2012-06-07
|
* BTL: add eigen2 backendGravatar Gael Guennebaud2011-03-23
|
* BTL: do not enable GOTO1 if GOTO2 was foundGravatar Gael Guennebaud2011-03-23
|
* BTL: by default use current Eigen headers, and disable the novec versionGravatar Gael Guennebaud2011-03-23
|
* BTL: add a Eigen-blas backendGravatar Gael Guennebaud2011-03-23
|
* BTL: clean the BLAS implementationGravatar Gael Guennebaud2011-03-23
|
* BTL: rm stupid backendsGravatar Gael Guennebaud2011-03-23
|
* update aat action to do a syrk operation, and remove (comment) ata actionGravatar Gael Guennebaud2011-03-23
|
* BTl: GMM++ LU is not a full pivoting LUGravatar Gael Guennebaud2011-03-22
|
* fix bug #189 (issue with fortran concentions to return COMPLEX values)Gravatar Gael Guennebaud2011-02-18
|
* include cblas.h header file to ease configurationGravatar Gael Guennebaud2011-01-31
|
* add GOTO2 and clean a bit the cmake macrosGravatar Gael Guennebaud2011-01-31
|
* fix BTL cholesky action and output errors if the factorization failedGravatar Gael Guennebaud2011-01-28
|
* finish the move to Eigen3 in BTL, and let's use our own FindEigen3.cmake scriptGravatar Gael Guennebaud2011-01-26
|
* pass to eigen3 ;)Gravatar Gael Guennebaud2011-01-26
|
* fix compilationGravatar Gael Guennebaud2011-01-26
|
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
|
* rename PlanarRotation -> JacobiRotationGravatar Benoit Jacob2010-10-19
|
* finish/fix level1 blas, all test passGravatar Gael Guennebaud2010-07-17
|
* fix compilation of blas libGravatar Gael Guennebaud2010-07-16
|
* email changeGravatar Gael Guennebaud2010-06-24
|
* btl: add a trmm action and update eigen interfaceGravatar Gael Guennebaud2010-06-23
|
* fix some BTL issuesGravatar Gael Guennebaud2010-02-26
|
* update BTL (better timer, eigen2 => eigen3, etc)Gravatar Gael Guennebaud2010-02-23
|
* fix BTL's eigen interfaceGravatar Gael Guennebaud2010-02-22
| | | | | (transplanted from 437f40acc1cbd9ce2f2a2a3f413cae3a5b35f8fb )
* Big renaming:Gravatar Benoit Jacob2010-01-04
| | | | | | start ---> head end ---> tail Much frustration with sed syntax. Need to learn perl some day.
* * Fix bug #79: ei_alignmentOffset was assuming that ptr is multiple ofGravatar Benoit Jacob2010-01-02
| | | | | | | sizeof(Scalar), and that assumption breaks with double on linux x86-32. * Rename ei_alignmentOffset to ei_first_aligned * Rewrite its documentation and part of its body * The variant taking a MatrixBase doesn't need a separate size argument.
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
| | | | | | | | | | * renaming, e.g. LU ---> FullPivLU * split tests framework: more robust, e.g. dont generate empty tests if a number is skipped * make all remaining tests use that splitting, as needed. * Fix 4x4 inversion (see stable branch) * Transform::inverse() and geo_transform test : adapt to new inverse() API, it was also trying to instantiate inverse() for 3x4 matrices. * CMakeLists: more robust regexp to parse the version number * misc fixes in unit tests
* add a "rot" benchmark in BTLGravatar Gael Guennebaud2009-08-15
|
* add ger and lu with partial pivoting in BTLGravatar Gael Guennebaud2009-08-04
|
* * Bye bye MultiplierBase, extend a bit AnyMatrixBase to allow =, +=, and -=Gravatar Gael Guennebaud2009-08-03
| | | | * This probably makes ReturnByValue needless
* compilation fixes in BTLGravatar Gael Guennebaud2009-07-28
|
* add a partial LU bench in BTLGravatar Gael Guennebaud2009-06-04
|
* various BTL updates (disable Cholesky for MTL, add new plot settings,Gravatar Gael Guennebaud2009-03-09
| | | | etc)
* add an option to bench eigen without GCC's auto vec (might conflict withGravatar Gael Guennebaud2009-03-09
| | | | Eigen's auto vec)