aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | Fix legitimate "declaration shadows a typedef" warningGravatar Gael Guennebaud2018-07-09
| * merging from masterGravatar Deven Desai2018-06-20
| |\
| * | merging the CUDA and HIP implementation for the Tensor directory and the unit...Gravatar Deven Desai2018-06-20
| * | removing the *Hip files from the unsupported/Eigen/CXX11/src/Tensor and unsup...Gravatar Deven Desai2018-06-20
| * | renaming *Cuda files to *Gpu in the unsupported/Eigen/CXX11/src/Tensor and un...Gravatar Deven Desai2018-06-20
| | * Merged eigen/eigen into defaultGravatar Deven Desai2018-06-20
| |/|
* | | Fix the Packet16h version of ptransposeGravatar Mark D Ryan2018-06-16
* | | Fix a few issues with Packet16hGravatar Gael Guennebaud2018-07-07
* | | complete implementation of Packet16h (AVX512)Gravatar Gael Guennebaud2018-07-06
* | | palign is not used anymore, so let's relax the unit testGravatar Gael Guennebaud2018-07-06
* | | test product kernel with half-floats.Gravatar Gael Guennebaud2018-07-06
* | | Complete Packet8h implementation and test it in packetmath unit testGravatar Gael Guennebaud2018-07-06
* | | Add unitests for inverse and selfadjoint-eigenvalues on CUDAGravatar Gael Guennebaud2018-07-06
| * | updates based on PR feedbackGravatar Deven Desai2018-06-14
| * | moving Half headers from CUDA dir to GPU dir, removing the HIP versionsGravatar Deven Desai2018-06-13
| * | syncing this fork with upstreamGravatar Deven Desai2018-06-13
| |\ \
* | | | Extend CUDA support to matrix inversion and selfadjointeigensolverGravatar Andrea Bocci2018-06-11
* | | | bug #1565: help MSVC to generatenot too bad ASM in reductions.Gravatar Gael Guennebaud2018-07-05
* | | | Implement custom inplace triangular product to avoid a temporaryGravatar Gael Guennebaud2018-07-03
* | | | Make is_same_dense compatible with different scalar types.Gravatar Gael Guennebaud2018-07-03
* | | | Activate dgmres unit testGravatar Gael Guennebaud2018-07-02
* | | | Fix regression in changeset f05dea6b2326836e5e0243fbaffbece84b833d64Gravatar Gael Guennebaud2018-07-02
* | | | Simplify redux_evaluator using inheritance, and properly rename parameters in...Gravatar Gael Guennebaud2018-07-02
* | | | bug #1562: optimize evaluation of small products of the form s*A*B by rewriti...Gravatar Gael Guennebaud2018-07-02
* | | | Fix unit testGravatar Gael Guennebaud2018-07-01
* | | | update commentGravatar Gael Guennebaud2018-06-29
* | | | Merged in net147/eigen (pull request PR-411)Gravatar Gael Guennebaud2018-06-28
|\ \ \ \
* | | | | Fix order of EIGEN_DEVICE_FUNC and returned typeGravatar Gael Guennebaud2018-06-28
| * | | | Use std::complex constructor instead of assignment from scalarGravatar Jonathan Liu2018-06-28
|/ / / /
* | | | First step towards a generic vectorised quaternion productGravatar Gael Guennebaud2018-06-25
* | | | bug #1560 fix product with a 1x1 diagonal matrixGravatar Gael Guennebaud2018-06-25
* | | | mergeGravatar Rasmus Munk Larsen2018-06-22
|\ \ \ \
* | | | | Fix typo in pbend for AltiVec.Gravatar Rasmus Munk Larsen2018-06-22
| * | | | Merged in rmlarsen/eigen2 (pull request PR-409)Gravatar Benoit Steiner2018-06-21
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | bug #1555: compilation fix with XLCGravatar Gael Guennebaud2018-06-21
| | |_|/ | |/| |
* / | | Fix oversharding bug in parallelFor.Gravatar Rasmus Munk Larsen2018-06-20
|/ / /
* | / fix md5sum of lapack_addonsGravatar Gael Guennebaud2018-06-15
| |/ |/|
* | Merged in mfigurnov/eigen/gamma-der-a (pull request PR-403)Gravatar Benoit Steiner2018-06-11
|\ \
* | | bug #1531: make dedicatd unit testing for NumDimensionsGravatar Gael Guennebaud2018-06-08
* | | bug #1531: expose NumDimensions for solve and sparse expressions.Gravatar Gael Guennebaud2018-06-08
* | | bug #1531: expose NumDimensions for compatibility with TensorGravatar Gael Guennebaud2018-06-08
* | | bug #1550: prevent avoidable memory allocation in RealSchurGravatar Gael Guennebaud2018-06-08
* | | fix prototypeGravatar Gael Guennebaud2018-06-08
* | | Fix the way matrix folder is passed to the tests.Gravatar Gael Guennebaud2018-06-08
* | | Don't use std::equal_to inside cuda kernels since it's not supported.Gravatar Benoit Steiner2018-06-07
* | | Missing line during manual rebase of PR-374Gravatar Christoph Hertzberg2018-06-07
| * | Merge from eigen/eigenGravatar Michael Figurnov2018-06-07
| |\ \
| * | | Updated the stopping criteria in igammac_cf_impl.Gravatar Michael Figurnov2018-06-07
| * | | Derivative of the incomplete Gamma function and the sample of a Gamma random ...Gravatar Michael Figurnov2018-06-06
| | | * Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
| | |/ | |/|