aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | Fix typo (was working with clang\!)Gravatar Gael Guennebaud2014-04-18
| | |
* | | Fixes for fixed sizes and non vectorizable typesGravatar Gael Guennebaud2014-04-17
| | |
* | | mergeGravatar Gael Guennebaud2014-04-17
|\ \ \
| * | | Implemented the pgather/pscatter packet primitives for the arm/NEON architectureGravatar Benoit Steiner2014-04-17
| | | |
* | | | Make our gemm bench a little more powerful.Gravatar Gael Guennebaud2014-04-17
| | | |
* | | | Various minor fixes in BTLGravatar Gael Guennebaud2014-04-17
| | | |
* | | | Optimize AVX pset1 for complexes and ploaddupGravatar Gael Guennebaud2014-04-17
| | | |
| | * | Fix typo in Reductions tutorial.Gravatar Benjamin Chretien2014-04-17
| | | |
* | | | Reduce block sizes in unit tests.Gravatar Gael Guennebaud2014-04-17
| | | |
* | | | add unit tests for ploadquad and predux4, and split packetmath unit test wrt ↵Gravatar Gael Guennebaud2014-04-17
| | | | | | | | | | | | | | | | real/complex
* | | | Extend mixingtype unit test to check transposed cases.Gravatar Gael Guennebaud2014-04-17
| | | |
* | | | Fix and optimize mixed productsGravatar Gael Guennebaud2014-04-17
| | | |
* | | | Optimize ploaddup for AVXGravatar Gael Guennebaud2014-04-17
|/ / /
* | | Fallback to lazy products for very small ones.Gravatar Gael Guennebaud2014-04-16
| | |
* | | Enable alloca on MAC OSXGravatar Gael Guennebaud2014-04-16
| | |
* | | New gebp kernel handling up to 3 packets x 4 register-level blocks. Huge ↵Gravatar Gael Guennebaud2014-04-16
| | | | | | | | | | | | | | | | | | speeup on Haswell. This changeset also introduce new vector functions: ploadquad and predux4.
| * | Check IMKL version for compatibility with EigenGravatar Mark Borgerding2014-04-15
| | |
| * | Merged in benoitsteiner/eigen-fixes/nvcc_fixes (pull request PR-56)Gravatar Gael Guennebaud2014-04-15
| |\ \ | | | | | | | | | | | | Fixed a typo in CXX11Meta.h
| | * | Fixed a typo in CXX11Meta.hGravatar Benoit Steiner2014-04-14
| | | |
| * | | bug #793: detect NaN and INF in EigenSolver instead of aborting with an assert.Gravatar Gael Guennebaud2014-04-14
| | | |
| * | | Add isfinite overload for complexes.Gravatar Gael Guennebaud2014-04-14
| | | |
* | | | Optimized SSE unaligned loads and stores when compiling a 64bit target with ↵Gravatar Benoit Steiner2014-04-14
| | | | | | | | | | | | | | | | a recent version of gcc (ie gcc 4.8).
| * | | Merged in benoitsteiner/eigen-fixes (pull request PR-55)Gravatar Gael Guennebaud2014-04-14
| |\ \ \ | | | |/ | | |/| | | | | CUDA fixes
| * | | bug #790: fix overflow in real_2x2_jacobi_svdGravatar Gael Guennebaud2014-04-14
| | | |
| * | | bug #793: fix overflow in EigenSolver and add respective regression unit testGravatar Gael Guennebaud2014-04-14
| | | |
| | * | Updated the compiler flags to enable nvcc to work with clang.Gravatar Benoit Steiner2014-04-12
| | | |
| | * | Fixed a typo in cuda_basic.cuGravatar Benoit Steiner2014-04-12
| | | |
| * | | Add include LevenbergMarquardt in CMakeLists.txt.Gravatar Freddie Witherden2014-04-12
| | | | | | | | | | | | | | | | This fixes bug #768.
| * | | Merged in benoitsteiner/eigen-fixes/nvcc_fixes (pull request PR-53)Gravatar Jitse Niesen2014-04-11
| |\ \ \ | | |/ / | |/| / | | |/ Silenced a compilation warning produced by nvcc.
| | * Updated my previous fix to avoid introducing a compilation warning on ARM ↵Gravatar Benoit Steiner2014-04-10
| | | | | | | | | | | | platforms.
| | * Silenced a compilation warning produced by nvcc.Gravatar Benoit Steiner2014-04-10
| |/
| * doc: Add references to Cholesky methods in SelfAdjointView.Gravatar Jitse Niesen2014-04-07
| |
* | Updated the geo_parametrizedline_2 test for AVX.Gravatar Benoit Steiner2014-04-04
| |
* | Deleted some dead code.Gravatar Benoit Steiner2014-04-04
| |
| * Remove out-dated comment in cholesky test.Gravatar Jitse Niesen2014-04-04
| |
| * Fix bug #784: Assert if assigning a product to a triangularView does not ↵Gravatar Christoph Hertzberg2014-04-04
| | | | | | | | match the size.
| * bug #782: Workaround for gcc <= 4.4 compilation error on the NEON PacketMath ↵Gravatar Benoit Steiner2014-04-03
| | | | | | | | code.
* | Pulled the latest updates from the eigen trunk.Gravatar Benoit Steiner2014-04-01
|\|
| * Make some actual verifications inside the autodiff unit testGravatar Christoph Hertzberg2014-04-01
| |
| * Fixed typo: symmretric -> symmetricGravatar Florian George2014-04-01
| |
| * Fix lapack buildGravatar Gael Guennebaud2014-04-01
| |
| * bug #775: propagate generator when workingaround cmake bug #9220Gravatar Gael Guennebaud2014-04-01
| |
| * Fix bug #776: it seems that mingw does not support weak linkingGravatar Gael Guennebaud2014-04-01
| |
| * Rename the vector() factories defined in blas/common.h into make_vector() to ↵Gravatar Benoit Steiner2014-04-01
| | | | | | | | prevent a possible name conflict with std::vector.
| * 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
| |
* | Finally, prefetching seems to help getting more stable performanceGravatar Gael Guennebaud2014-03-31
| |
* | Enable repetition in mixing type unit testGravatar Gael Guennebaud2014-03-31
| |
* | Workaround alignment warningsGravatar Gael Guennebaud2014-03-30
| |