aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
Commit message (Expand)AuthorAge
* Support manually disabling exceptionsHEADmasterGravatar Benjamin Barenblat2021-07-07
* Fix NVCC+ICC issues.Gravatar Antonio Sanchez2021-03-15
* Fix excessive GEBP register spilling for 32-bit NEON.Gravatar Antonio Sanchez2021-02-03
* Add support for Arm SVEGravatar David Tellenbach2021-01-21
* Drop EIGEN_USING_STD_MATH in favour of EIGEN_USING_STDGravatar David Tellenbach2020-10-09
* MatrixProuct enhancements:Gravatar Everton Constantino2020-09-02
* Support BFloat16 in EigenGravatar Teng Lu2020-06-20
* Fix #1757: remove the word 'suicide'Gravatar Sebastien Boisvert2020-06-11
* Fix #556: warnings with mingwGravatar Gael Guennebaud2020-05-31
* Fix incorrect usage of `if defined(EIGEN_ARCH_PPC)` => `if EIGEN_ARCH_PPC`Gravatar Yong Tang2020-05-28
* - Vectorizing MMA packing.Gravatar Everton Constantino2020-05-19
* Eigen moved the `scanLauncehr` function inside the internal namespace.Gravatar mehdi-goli2020-05-11
* Include <sstream> explicitly, and don't rely on the implicit include via <com...Gravatar Tobias Bosch2020-02-24
* Fix a circular dependency regarding pshift* functions and GenericPacketMathFu...Gravatar Gael Guennebaud2019-09-06
* Fix compilation without vector engine available (e.g., x86 with SSE disabled):Gravatar Gael Guennebaud2019-09-05
* Fix missing header inclusion and colliding definitions for half type casting,...Gravatar Rasmus Munk Larsen2019-08-30
* Clean up float16 a.k.a. Eigen::half support in Eigen. Move the definition of ...Gravatar Rasmus Munk Larsen2019-08-27
* [SYCL] This PR adds the minimum modifications to Eigen core required to run E...Gravatar Mehdi Goli2019-06-27
* Implement AVX512 vectorization of std::complex<float/double>Gravatar Gael Guennebaud2018-12-06
* temporarily re-disable SSE/AVX vectorization of complex<> on AVX512 -> this n...Gravatar Gael Guennebaud2018-12-06
* Fix pandnot order in AVX512Gravatar Gael Guennebaud2018-11-30
* Add missing SSE/AVX type-casting in AVX512 modeGravatar Gael Guennebaud2018-11-28
* bug #1631: fix compilation with ARM NEON and clang, and cleanup the weird psh...Gravatar Gael Guennebaud2018-11-27
* Unify SSE/AVX psin functions.Gravatar Gael Guennebaud2018-11-27
* Collapsed revision (based on pull request PR-325)Gravatar Christian von Schultz2018-10-22
* bug #65: add vectorization of partial reductions along the outer-dimension, f...Gravatar Gael Guennebaud2018-10-09
* bug #231: initial implementation of STL iterators for dense expressionsGravatar Gael Guennebaud2018-10-01
* merge with default EigenGravatar Gael Guennebaud2018-09-21
|\
| * Creating separate SYCL required PR for uncontroversial files.Gravatar Mehdi Goli2018-08-03
| * Add pcast packet op for NEON.Gravatar Rasmus Munk Larsen2018-07-26
| * Add MIPS changes missing from previous merge.Gravatar Alexey Frunze2018-07-18
| * More clearly disable the inclusion of src/Core/arch/CUDA/Complex.h without CUDAGravatar Gael Guennebaud2018-07-18
| * Forward declaring std::array does not work with all std libs, so let's just i...Gravatar Gael Guennebaud2018-07-13
| * Cleanup the mess in Eigen/Core by moving CUDA/HIP stuff at more appropriate p...Gravatar Gael Guennebaud2018-07-12
| * Updates corresponding to the latest round of PR feedbackGravatar Deven Desai2018-07-11
| * merging updates from upstreamGravatar Deven Desai2018-07-11
| |\
| * | updates based on PR feedbackGravatar Deven Desai2018-06-14
| | * Extend CUDA support to matrix inversion and selfadjointeigensolverGravatar Andrea Bocci2018-06-11
| * | Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
| |/
| * Define pcast<> for SSE types even when AVX is enabled. (otherwise float are s...Gravatar Gael Guennebaud2018-05-29
| * AVX512: _mm512_rsqrt28_ps is available for AVX512ER onlyGravatar Gael Guennebaud2018-04-03
| * MIsc. source and comment typosGravatar luz.paz2018-03-11
| * For cuda 9.1 replace math_functions.hpp with cuda_runtime.hGravatar nluehr2017-12-18
| * Added support for CUDA 9.0.Gravatar Benoit Steiner2017-08-31
| * bug #1462: remove all occurences of the deprecated __CUDACC_VER__ macro by in...Gravatar Gael Guennebaud2017-08-24
* | mergeGravatar Gael Guennebaud2017-02-21
|\ \
* | | Add support for automatic-size deduction in reshaped, e.g.:Gravatar Gael Guennebaud2017-02-21
* | | Use fix<> API to specify compile-time reshaped sizes.Gravatar Gael Guennebaud2017-01-29
* | | Cleanup intitial reshape implementation:Gravatar Gael Guennebaud2017-01-29
* | | import yoco xiao's work on reshapeGravatar Gael Guennebaud2017-01-29
|\ \ \