aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | | | | Fixed a bug in the documentation.Gravatar Benoit Steiner2016-08-12
* | | | | bug #1273: Add parentheses when redefining eigen_assertGravatar Christoph Hertzberg2016-08-12
* | | | | bug #1272: Disable assertion when total number of columns is zero.Gravatar Christoph Hertzberg2016-08-12
* | | | | std::erfcf doesn't exist: use numext::erfc insteadGravatar Benoit Steiner2016-08-11
* | | | | Don't attempt to optimize partial reductions when the optimized implementatio...Gravatar Benoit Steiner2016-08-08
* | | | | Merged in ibab/eigen/extend-log1p (pull request PR-217)Gravatar Benoit Steiner2016-08-08
|\| | | |
| * | | | Add log1p support for CUDA and half floatsGravatar Igor Babuschkin2016-08-08
|/ / / /
* | | | Merged in suiyuan2009/eigen/fix_tanh_inconsistent_for_tensorflow (pull reques...Gravatar Benoit Steiner2016-08-08
|\ \ \ \
* | | | | bug #1272: Let CommaInitializer work for more border cases (enhances fix of b...Gravatar Christoph Hertzberg2016-08-08
| | * | | Remove CUDA >= 300 checks and enable outer reductin for doublesGravatar Igor Babuschkin2016-08-06
| * | | | fix tanh inconsistentGravatar Ziming Dong2016-08-06
| * | | | create fix_tanh_inconsistent branchGravatar Ziming Dong2016-08-06
|/ / / /
| * | | Merge upstream changesGravatar Igor Babuschkin2016-08-05
| |\ \ \ | |/ / / |/| | |
| * | | Make use of atomicExch for atomicExchCustomGravatar Igor Babuschkin2016-08-05
* | | | Add aliases Eigen_*_DIR to Eigen3_*_DIRGravatar Christoph Hertzberg2016-08-05
* | | | Fixed the constructors of the new half_base class.Gravatar Benoit Steiner2016-08-04
* | | | Fixed cut and paste bug in debud messageGravatar Benoit Steiner2016-08-04
* | | | Fixed the isnan, isfinite and isinf operations on GPUGravatar Benoit Steiner2016-08-04
* | | | Extended a regression test to validate that we basic fp16 support works with ...Gravatar Benoit Steiner2016-08-03
* | | | Deleted redundant regression test.Gravatar Benoit Steiner2016-08-03
* | | | Check that it's possible to forward declare the hlaf type.Gravatar Benoit Steiner2016-08-03
* | | | Move Eigen::half_impl::half to Eigen::half while preserving the free function...Gravatar Gael Guennebaud2016-08-04
* | | | Merged in ibab/eigen (pull request PR-206)Gravatar Benoit Steiner2016-08-03
|\ \ \ \
* | | | | Cleaned up the new float16 test a bitGravatar Benoit Steiner2016-08-03
* | | | | Added a test for fp16Gravatar Benoit Steiner2016-08-03
* | | | | CUDA_ARCH isn't always defined, so avoid relying on it too much when figuring...Gravatar Benoit Steiner2016-08-03
* | | | | List PARDISO solver.Gravatar Gael Guennebaud2016-08-02
* | | | | Change project name to Eigen3, to be compatible with FindEigen3.cmake and Eig...Gravatar Christoph Hertzberg2016-08-02
* | | | | Use numext::conj instead of std::conjGravatar Benoit Steiner2016-08-01
* | | | | Avoid unecessary object copiesGravatar Benoit Steiner2016-08-01
* | | | | Fix vectorization logic for coeff-based product for some corner cases.Gravatar Gael Guennebaud2016-07-31
* | | | | half implementation has been moved to half_impl namespaceGravatar Benoit Steiner2016-07-29
* | | | | bug #1266: half implementation has been moved to half_impl namespaceGravatar Benoit Steiner2016-07-29
* | | | | bug #1266: half implementation has been moved to half_impl namespaceGravatar Christoph Hertzberg2016-07-29
| |_|/ / |/| | |
* | | | Enable slice-vectorization+inner-unrolling when unaligned vectorization is al...Gravatar Gael Guennebaud2016-07-28
* | | | Update and fix Cholesky mini benchmarkGravatar Gael Guennebaud2016-07-28
* | | | Vectorize more small product expressions by letting the general assignement l...Gravatar Gael Guennebaud2016-07-28
* | | | bug #1264: fix compilationGravatar Gael Guennebaud2016-07-27
* | | | Add instructions for LAPACKE+AccelerateGravatar Gael Guennebaud2016-07-27
* | | | Big 1261: add missing max(ADS,ADS) overload (same for min)Gravatar Gael Guennebaud2016-07-27
* | | | bug #1260: add regression testGravatar Gael Guennebaud2016-07-27
* | | | bug #1260: remove doubtful specializations of ScalarBinaryOpTraitsGravatar Gael Guennebaud2016-07-27
* | | | Add brackets to block matrix and fixed some typosGravatar Christoph Hertzberg2016-07-27
* | | | Added tag 3.3-beta2 for changeset f6b3cf8de98b0a66d206f28c087b402b0102af9aGravatar Gael Guennebaud2016-07-26
* | | | Bump to 3.3-beta2Gravatar Gael Guennebaud2016-07-26
* | | | FormattingGravatar Gael Guennebaud2016-07-26
* | | | Fix testing of nearly zero input matrices.Gravatar Gael Guennebaud2016-07-26
* | | | Add more very small numbers in the list of nearly "zero" values when testing ...Gravatar Gael Guennebaud2016-07-26
* | | | Improve robustness of 2x2 eigenvalue with shifting and scalingGravatar Gael Guennebaud2016-07-26
* | | | Fix compilation with MKL supportGravatar Gael Guennebaud2016-07-26