| Commit message (Expand) | Author | Age |
* | Don't attempt to leverage the _cvtss_sh and _cvtsh_ss instructions when compi... | Benoit Steiner | 2016-04-20 |
* | Made sure all the required header files are included when trying to use fp16 | Benoit Steiner | 2016-04-19 |
* | Merged eigen/eigen into default | Rasmus Larsen | 2016-04-11 |
|\ |
|
| * | Remove all references to MKL in BLAS wrappers. | Gael Guennebaud | 2016-04-11 |
* | | Merged eigen/eigen into default | Rasmus Larsen | 2016-04-07 |
|\| |
|
| * | Added support for hardware conversion between fp16 and full floats whenever | Benoit Steiner | 2016-04-06 |
| * | Merged kmargar/eigen/tip into default | Konstantinos Margaritis | 2016-04-05 |
| |\ |
|
| | * | enable the other includes as well | Konstantinos Margaritis | 2016-04-05 |
* | | | Merged eigen/eigen into default | Rasmus Larsen | 2016-04-01 |
|\| | |
|
* | | | Add matrix condition estimator module that implements the Higham/Hager algori... | Rasmus Munk Larsen | 2016-04-01 |
| * | | Pull math functions from the global namespace only when compiling cuda code w... | Benoit Steiner | 2016-03-30 |
|/ / |
|
| * | some primitives ported, but missing intrinsics and crash with asm() are a pro... | Konstantinos Margaritis | 2016-03-27 |
|/ |
|
* | Made half floats usable on hardware that doesn't support them natively. | Benoit Steiner | 2016-03-11 |
* | Added support for simple coefficient wise tensor expression using half floats... | Benoit Steiner | 2016-02-19 |
* | FP16 on CUDA are only available starting with cuda 7.5. Disable them when usi... | Benoit Steiner | 2016-02-18 |
* | Reverted unintended changes introduced by a bad merge | Benoit Steiner | 2016-02-19 |
* | Added preliminary support for half floats on CUDA GPU. For now we can simply ... | Benoit Steiner | 2016-02-19 |
* | Add special functions to Eigen: lgamma, erf, erfc. | Eugene Brevdo | 2015-12-07 |
* | Add LU::transpose().solve() and LU::adjoint().solve() API. | Gael Guennebaud | 2015-12-01 |
* | Clean a bit the implementation of inverse permutations | Gael Guennebaud | 2015-10-08 |
* | Implement plog and pexp for AltiVec. | Doug Kwan | 2015-07-30 |
* | Remove deprecated Flagged expression. | Gael Guennebaud | 2015-09-02 |
* | Include SSE packetmath when AVX is enabled, and enable AVX's sine function on... | Gael Guennebaud | 2015-08-07 |
* | bug #973: update macro-level control of alignement by introducing user-contro... | Gael Guennebaud | 2015-07-29 |
* | Define EIGEN_VECTORIZE_AVX2 and EIGEN_VECTORIZE_FMA when the corresponding in... | Benoit Steiner | 2015-07-22 |
* | Fixed some compiler bugs in NVCC, now compiles with CUDA. | Jonas Adler | 2015-07-22 |
* | Revert files to remove EIGEN_USING_NUMEXT_MATH | Nicolas Mellado | 2015-07-11 |
* | Protect against compilation errors with nvcc and numext/complex. | Nicolas Mellado | 2015-07-06 |
* | Remove a few deprecated internal expressions | Gael Guennebaud | 2015-06-19 |
* | Abandon blocking size lookup table approach. Not performing as well in real w... | Benoit Jacob | 2015-05-19 |
* | Check for the macro __ARM_NEON__ (with two underscores at the end) as well as... | Pete Warden | 2015-05-12 |
* | Pulled latest update from the eigen main codebase | Benoit Steiner | 2015-03-24 |
|\ |
|
| * | use unsigned short instead of uint16_t which doesn't exist in c++98 | Benoit Jacob | 2015-03-17 |
| * | Include stdint.h. Not going for cstdint because it is a C++11 addition. Neede... | Benoit Jacob | 2015-03-16 |
| * | Provide a empirical lookup table for blocking sizes measured on a Nexus 5. On... | Benoit Jacob | 2015-03-15 |
| * | Refactor computeProductBlockingSizes to make room for the possibility of usin... | Benoit Jacob | 2015-03-15 |
* | | Added support for vectorized type casting of tensors | Benoit Steiner | 2015-02-27 |
|/ |
|
* | Pulled latest updates from trunk | Benoit Steiner | 2015-02-13 |
|\ |
|
* | | Optimized version of the sin(), exp(), log() and sqrt() function for AVX | Benoit Steiner | 2015-02-13 |
| * | merge Tensor module within Eigen/unsupported and update gemv BLAS wrapper | Gael Guennebaud | 2015-02-12 |
|/| |
|
* | | Added vectorized implementation of the exponential function for ARM/NEON | Benoit Steiner | 2015-02-10 |
| * | Pulled the latest changes from the trunk | Benoit Steiner | 2015-02-06 |
| |\
| |/
|/| |
|
* | | bug #936, patch 2/3: Remove EIGEN_VECTORIZE_FMA, was redundant with EIGEN_HAS... | Benoit Jacob | 2015-01-30 |
* | | Introduce unified macros to identify compiler, OS, and architecture. They are... | Gael Guennebaud | 2014-11-04 |
* | | Merged in kmargar/eigen (pull request PR-87) | Konstantinos Margaritis | 2014-10-28 |
|\ \ |
|
* | | | Bug #896: Swap order of checking __VSX__/__ALTIVEC__ | Konstantinos Margaritis | 2014-10-22 |
| * | | check for __ARM_NEON instead as it's defined in arm64 as well | Konstantinos Margaritis | 2014-10-21 |
|/ / |
|
| * | define EIGEN_VECTORIZE_CUDA when compiling with nvcc | Benoit Steiner | 2014-10-03 |
| * | Vector primitives for CUDA | Benoit Steiner | 2014-10-03 |
* | | Merged eigen/eigen into default | Konstantinos Margaritis | 2014-09-21 |
|\ \ |
|