aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* NEON: Added uint32_t packet mathGravatar Joel Holdsworth2020-03-10
* NEON: Implemented half-size vectorsGravatar Joel Holdsworth2020-03-10
* NEON: Set packet_traits<double> flagsGravatar Joel Holdsworth2020-03-10
* remove duplicate pset1 for half and add some comments about why we need expos...Gravatar Sami Kama2020-03-10
* Revert "avoid selecting half-packets when unnecessary"Gravatar Rasmus Munk Larsen2020-02-25
* Revert "Pick full packet unconditionally when EIGEN_UNALIGNED_VECTORIZE"Gravatar Rasmus Munk Larsen2020-02-25
* Revert "do not pick full-packet if it'd result in more operations"Gravatar Rasmus Munk Larsen2020-02-25
* Include <sstream> explicitly, and don't rely on the implicit include via <com...Gravatar Tobias Bosch2020-02-24
* do not pick full-packet if it'd result in more operationsGravatar Francesco Mazzoli2020-02-07
* Pick full packet unconditionally when EIGEN_UNALIGNED_VECTORIZEGravatar Francesco Mazzoli2020-02-07
* avoid selecting half-packets when unnecessaryGravatar Francesco Mazzoli2020-02-07
* Remove rogue include in TypeCasting.h. Meta.h is already included by the top-...Gravatar Rasmus Munk Larsen2020-01-14
* Switching unpacket_traits<Packet4i> to vectorizable=true.Gravatar Everton Constantino2020-01-13
* Adding correct cache sizes for PPC architecture.Gravatar Everton Constantino2020-01-13
* call Explicitly ::rint and ::rintf for targets without c++11. Without this, t...Gravatar Rasmus Munk Larsen2020-01-10
* Improvements to the tidiness and completeness of the NEON implementationGravatar Joel Holdsworth2020-01-10
* Fix for gcc build error when using Eigen headers with AVX512Gravatar Anuj Rawat2020-01-10
* Adding RInt vector support for SYCL.Gravatar mehdi-goli2020-01-10
* Don't add EIGEN_DEVICE_FUNC to random() since ::rand is not available in Cuda.Gravatar Rasmus Munk Larsen2020-01-09
* Add missing EIGEN_DEVICE_FUNC annotations in MathFunctions.h.Gravatar Rasmus Munk Larsen2020-01-09
* Don't use the rational approximation to the logistic function on GPUs as it a...Gravatar Rasmus Munk Larsen2020-01-09
* The upper limits for where to use the rational approximation to the logistic ...Gravatar Rasmus Munk Larsen2020-01-08
* Bug #1785: Introduce numext::rint.Gravatar Ilya Tokar2020-01-07
* [SYCL Backend]Gravatar mehdi-goli2020-01-07
* Fix -Werror -Wfloat-conversion warning.Gravatar Janek Kozicki2019-12-23
* Bug #1788: Fix rule-of-three violations inside the stable modules.Gravatar Christoph Hertzberg2019-12-19
* Fix some maybe-unitialized warningsGravatar Christoph Hertzberg2019-12-18
* Add default definition for EIGEN_PREDICT_*Gravatar Rasmus Munk Larsen2019-12-16
* Improve accuracy of fast approximate tanh and the logistic functions in Eigen...Gravatar Rasmus Munk Larsen2019-12-16
* Resolve double-promotion warnings when compiling with clang.Gravatar Christoph Hertzberg2019-12-13
* Bug 1785: fix pround on x86 to use the same rounding mode as std::round.Gravatar Ilya Tokar2019-12-12
* Clamp tanh approximation outside [-c, c] where c is the smallest value where ...Gravatar Rasmus Munk Larsen2019-12-12
* Fix implementation of complex expm1. Add tests that fail with previous implem...Gravatar Srinivas Vasudevan2019-12-12
* IO: Fixed printing of char and unsigned char matricesGravatar Joel Holdsworth2019-12-11
* Added Eigen::numext typedefs for uint8_t, int8_t, uint16_t and int16_tGravatar Joel Holdsworth2019-12-11
* Bug 1786: fix compilation with MSVCGravatar Gael Guennebaud2019-12-11
* Fix for HIP breakage detected on 191210Gravatar Deven Desai2019-12-10
* Update old links to bitbucket to point to gitlab.comGravatar Gael Guennebaud2019-12-04
* Merged in anshuljl/eigen-2/Anshul-Jaiswal/update-configurevectorizationh-to-n...Gravatar Rasmus Larsen2019-12-04
|\
* | 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
* | | [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
* | 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