aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Expand)AuthorAge
* Use a single PacketSize variableGravatar Benoit Steiner2016-06-01
* Fixed compilation warningGravatar Benoit Steiner2016-06-01
* Speedup a testGravatar Benoit Steiner2016-06-01
* Silenced compilation warning generated by nvcc.Gravatar Benoit Steiner2016-06-01
* Added support for mean reductions on fp16Gravatar Benoit Steiner2016-06-01
* Only enable optimized reductions of fp16 if the reduction functor supports themGravatar Benoit Steiner2016-05-31
* Reimplement clamp as a static function.Gravatar Benoit Steiner2016-05-27
* Use NULL instead of nullptr to preserve the compatibility with cxx03Gravatar Benoit Steiner2016-05-27
* Added a new operation to enable more powerful tensorindexing.Gravatar Benoit Steiner2016-05-27
* Fixed option '--relaxed-constexpr' has been deprecated and replaced by option...Gravatar Benoit Steiner2016-05-27
* Fix compilation when defaulting to row-majorGravatar Gael Guennebaud2016-05-27
* Fixed some compilation warningsGravatar Benoit Steiner2016-05-26
* Preserve the ability to vectorize the evaluation of an expression even when i...Gravatar Benoit Steiner2016-05-26
* Resolved merge conflictsGravatar Benoit Steiner2016-05-26
* Merged latest reduction improvementsGravatar Benoit Steiner2016-05-26
|\
* | Improved the performance of inner reductions.Gravatar Benoit Steiner2016-05-26
* | Improved the coverage of the fp16 reduction testsGravatar Benoit Steiner2016-05-26
* | Code cleanup.Gravatar Benoit Steiner2016-05-26
* | Made the static storage class qualifier come first.Gravatar Benoit Steiner2016-05-25
* | Deleted unnecessary explicit qualifiers.Gravatar Benoit Steiner2016-05-25
* | Don't mark inline functions as static since it confuses the ICC compilerGravatar Benoit Steiner2016-05-25
* | Marked unused variables as suchGravatar Benoit Steiner2016-05-25
* | Made the IndexPair code compile in non cxx11 modeGravatar Benoit Steiner2016-05-25
* | Made the index pair list code more portable accross various compilersGravatar Benoit Steiner2016-05-25
* | Improved the performance of tensor paddingGravatar Benoit Steiner2016-05-25
* | Added support for statically known lists of pairs of indicesGravatar Benoit Steiner2016-05-25
* | There is no need to make the fp16 full reduction kernel a static function.Gravatar Benoit Steiner2016-05-24
* | Fixed compilation warningGravatar Benoit Steiner2016-05-24
* | Merged in rmlarsen/eigen (pull request PR-188)Gravatar Benoit Steiner2016-05-23
|\ \
* | | Silenced several double-promotion warningsGravatar Christoph Hertzberg2016-05-22
* | | fixed macro nameGravatar Christoph Hertzberg2016-05-22
* | | Fix some sign-compare warningsGravatar Christoph Hertzberg2016-05-22
* | | Make EIGEN_HAS_CONSTEXPR user configurableGravatar Gael Guennebaud2016-05-20
* | | Make EIGEN_HAS_VARIADIC_TEMPLATES user configurableGravatar Gael Guennebaud2016-05-20
* | | Make EIGEN_HAS_RVALUE_REFERENCES user configurableGravatar Gael Guennebaud2016-05-20
* | | Rename EIGEN_HAVE_RVALUE_REFERENCES to EIGEN_HAS_RVALUE_REFERENCESGravatar Gael Guennebaud2016-05-20
* | | Remove std:: to enable custom scalar types.Gravatar Gael Guennebaud2016-05-19
| * | Merged eigen/eigen into defaultGravatar Rasmus Larsen2016-05-18
| |\ \
| * \ \ Merge.Gravatar Rasmus Munk Larsen2016-05-18
| |\ \ \
| * | | | Minor cleanups: 1. Get rid of unused variables. 2. Get rid of last uses of EI...Gravatar Rasmus Munk Larsen2016-05-18
| | * | | Reduce overhead for small tensors and cheap ops by short-circuiting the const...Gravatar Rasmus Munk Larsen2016-05-17
| |/ / /
| | | * Merged latest updates from trunkGravatar Benoit Steiner2016-05-17
| | | |\
| | | * | Allow vectorized padding on GPU. This helps speed things up a little.Gravatar Benoit Steiner2016-05-17
* | | | | made a fix to the GMRES solver so that it now correctly reports the error ach...Gravatar David Dement2016-05-16
| |/ / / |/| | |
* | | | Advertize the packet api of the tensor reducers iff the corresponding packet ...Gravatar Benoit Steiner2016-05-18
* | | | bug #1229: bypass usage of Derived::Options which is available for plain matr...Gravatar Gael Guennebaud2016-05-18
* | | | Pass argument by const ref instead of by value in pow(AutoDiffScalar...)Gravatar Gael Guennebaud2016-05-18
* | | | bug #1223: fix compilation of AutoDiffScalar's min/max operators, and add reg...Gravatar Gael Guennebaud2016-05-18
* | | | bug #1222: fix compilation in AutoDiffScalar and add respective unit testGravatar Gael Guennebaud2016-05-18
|/ / /
* | | #if defined(EIGEN_USE_NONBLOCKING_THREAD_POOL) is now #if !defined(EIGEN_USE_...Gravatar Benoit Steiner2016-05-17