aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Replace calls to "hg" by calls to "git"Gravatar Gael Guennebaud2019-12-04
* Update old links to bitbucket to point to gitlab.comGravatar Gael Guennebaud2019-12-04
* Added tag before-git-migration for changeset a7c7d329d89e8484be58df6078a586c4...Gravatar Gael Guennebaud2019-12-04
* Merged in ezhulenev/eigen-01 (pull request PR-769)Gravatar Rasmus Larsen2019-12-04
|\
* \ Merged in anshuljl/eigen-2/Anshul-Jaiswal/update-configurevectorizationh-to-n...Gravatar Rasmus Larsen2019-12-04
|\ \
| | * Capture TensorMap by value inside tensor expression ASTGravatar Eugene Zhulenev2019-12-03
| |/ |/|
* | Remove __host__ annotation for device-only function.Gravatar Rasmus Munk Larsen2019-12-03
* | Use EIGEN_DEVICE_FUNC macro instead of __device__.Gravatar Rasmus Munk Larsen2019-12-03
* | Fix QuaternionBase::cast for quaternion map and wrapper.Gravatar Gael Guennebaud2019-12-03
* | bug #1776: fix vector-wise STL iterator's operator-> using a proxy as pointer...Gravatar Gael Guennebaud2019-12-03
* | Revert the specialization for scalar_logistic_op<float> introduced in:Gravatar Rasmus Munk Larsen2019-12-02
* | Merged in ezhulenev/eigen-02 (pull request PR-767)Gravatar Rasmus Larsen2019-12-02
|\ \
* | | Fix for the HIP build+test errors.Gravatar Deven Desai2019-12-02
* | | Merged in codeplaysoftware/eigen/SYCL-Backend (pull request PR-691)Gravatar Rasmus Larsen2019-11-28
|\ \ \
| * | | [SYCL] Rebasing the SYCL support branch on top of the Einge upstream master b...Gravatar Mehdi Goli2019-11-28
|/ / /
| * / Fix shadow warnings in AlignedBox and SparseBlockGravatar Eugene Zhulenev2019-11-27
|/ /
* | Add missing EIGEN_DEVICE_FUNC attribute to template specializations for pexp ...Gravatar Rasmus Munk Larsen2019-11-27
* | Fix warning due to missing cast for exponent arguments for std::frexp and std...Gravatar Rasmus Munk Larsen2019-11-26
* | Merged in realjhol/eigen/fix-warnings (pull request PR-760)Gravatar Rasmus Larsen2019-11-26
|\ \
* | | Add async evaluation support to TensorReverseGravatar Eugene Zhulenev2019-11-26
* | | Add async evaluation support to TensorPadding/TensorImagePatch/TensorShufflingGravatar Eugene Zhulenev2019-11-26
| * | SparseRef: Fixed alignment warning on ARM GCCGravatar Joel Holdsworth2019-11-07
| | * Update ConfigureVectorization.h to not optimize fp16 routines when compiling ...Gravatar Anshul Jaiswal2019-11-06
| * | test/packetmath: Silence alignment warningsGravatar Joel Holdsworth2019-11-05
|/ /
* | Add an explicit example for auto and re-evaluationGravatar Gael Guennebaud2019-11-20
* | COMP: Simplify install commands for EigenGravatar Hans Johnson2019-11-17
* | COMP: target_compile_definitions requires cmake 2.8.11Gravatar Hans Johnson2019-11-17
* | Fix duplicate symbol linking error.Gravatar Gael Guennebaud2019-11-20
* | STYLE: Convert CMake-language commands to lower caseGravatar Hans Johnson2019-10-31
* | STYLE: Remove CMake-language block-end command argumentsGravatar Hans Johnson2019-10-31
* | 1. Fix a bug in psqrt and make it return 0 for +inf arguments.Gravatar Rasmus Munk Larsen2019-11-15
* | bug #1744: fix compilation with MSVC 2017 and AVX512, plog1p/pexpm1 require p...Gravatar Gael Guennebaud2019-11-15
* | bug #1747: one more fix for MSVC regarding the Bessel implementation.Gravatar Gael Guennebaud2019-11-15
* | bug #1281: fix AutoDiffScalar's make_coherent for nested expression of consta...Gravatar Gael Guennebaud2019-11-14
* | Fix case issue with Lapack unit testsGravatar Gael Guennebaud2019-11-14
* | bug #1774: fix VectorwiseOp::begin()/end() return types regarding constness.Gravatar Gael Guennebaud2019-11-14
* | PR 751: Fixed compilation issue when compiling using MSVC with /arch:AVX512 flagGravatar Sakshi Goynar2019-10-31
* | Enable CompleteOrthogonalDecomposition::pseudoInverse with non-square fixed-s...Gravatar Gael Guennebaud2019-11-13
* | Move to my.cdash.orgGravatar Gael Guennebaud2019-11-13
* | Remove legacy block evaluation supportGravatar Eugene Zhulenev2019-11-12
* | Disable AVX on broken xcode versions. See PR 748.Gravatar Gael Guennebaud2019-11-12
* | Fix a race in async tensor evaluation: Don't run on_done() until after device...Gravatar Rasmus Munk Larsen2019-11-11
* | Break loop dependence in TensorGenerator block accessGravatar Eugene Zhulenev2019-11-11
* | Fix data race in css11_tensor_notification test.Gravatar Rasmus Munk Larsen2019-11-08
|/
* Add EIGEN_HAS_INTRINSIC_INT128 macroGravatar Rasmus Munk Larsen2019-11-06
* Rollback or PR-746 and partial rollback of https://bitbucket.org/eigen/eigen/...Gravatar Rasmus Munk Larsen2019-11-05
* Merged in ezhulenev/eigen-01 (pull request PR-746)Gravatar Rasmus Larsen2019-11-04
|\
* | Cleanup includes in Tensor module after switch to C++11 and aboveGravatar Eugene Zhulenev2019-10-29
| * Remove internal::smart_copy and replace with std::copyGravatar Eugene Zhulenev2019-10-29
|/
* Fix CXX11Meta compilation with MSVCGravatar Eugene Zhulenev2019-10-28