| Commit message (Expand) | Author | Age |
... | |
* | Fixed compilation error with cuda >= 7.5 | Benoit Steiner | 2016-05-03 |
* | Made a cast explicit | Benoit Steiner | 2016-05-02 |
* | Fix performance regression: with AVX, unaligned stores were emitted instead o... | Gael Guennebaud | 2016-05-01 |
* | Fixed compilation errors generated by clang | Benoit Steiner | 2016-04-29 |
* | Don't turn on const expressions when compiling with gcc >= 4.8 unless the -st... | Benoit Steiner | 2016-04-29 |
* | Fix compilation of sparse.cast<>().transpose(). | Gael Guennebaud | 2016-04-29 |
* | Fixed the igamma and igammac implementations to make them callable from a gpu... | Benoit Steiner | 2016-04-28 |
* | Deleted unused variable | Benoit Steiner | 2016-04-28 |
* | Eliminate mutual recursion in igamma{,c}_impl::Run. | Justin Lebar | 2016-04-28 |
* | Merged in rmlarsen/eigen2 (pull request PR-183) | Benoit Steiner | 2016-04-27 |
|\ |
|
| * | Depend on the more extensive support for constexpr in clang: | Rasmus Munk Larsen | 2016-04-27 |
| * | Detect cxx_constexpr support when compiling with clang. | Rasmus Munk Larsen | 2016-04-27 |
* | | fpclassify isn't portable enough. In particular, the return values of the fun... | Benoit Steiner | 2016-04-27 |
* | | Made the index type a template parameter to evaluateProductBlockingSizes | Benoit Steiner | 2016-04-27 |
|/ |
|
* | Improved support for min and max on 16 bit floats when running on recent cuda... | Benoit Steiner | 2016-04-27 |
* | Added support for fpclassify in Eigen::Numext | Benoit Steiner | 2016-04-27 |
* | Merged in rmlarsen/eigen (pull request PR-179) | Benoit Steiner | 2016-04-21 |
|\ |
|
| * | Prevent crash in CompleteOrthogonalDecomposition if object was default constr... | Rasmus Munk Larsen | 2016-04-21 |
* | | 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 |
|/ |
|
* | Enable lazy-coeff-based-product for vector*(1x1) products | Gael Guennebaud | 2016-04-16 |
* | Deleted extraneous comma. | Benoit Steiner | 2016-04-15 |
* | bug #1203: by-pass large stack-allocation in stableNorm if EIGEN_STACK_ALLOCA... | Gael Guennebaud | 2016-04-15 |
* | Improved the matrix multiplication blocking in the case where mr is not a pow... | Benoit Steiner | 2016-04-15 |
* | Fix trmv for mixing types. | Gael Guennebaud | 2016-04-15 |
* | Added ability to access the cache sizes from the tensor devices | Benoit Steiner | 2016-04-14 |
* | Added support for exclusive or | Benoit Steiner | 2016-04-14 |
* | Improve numerical robustness of JacoviSVD: | Gael Guennebaud | 2016-04-14 |
* | Force the inlining of the << operator on half floats | Benoit Steiner | 2016-04-14 |
* | Inline the << operator on half floats | Benoit Steiner | 2016-04-14 |
* | Added ability to printf fp16 | Benoit Steiner | 2016-04-14 |
* | Cleaning pass on rcond estimator. | Gael Guennebaud | 2016-04-14 |
* | Better use .data() than &coeffRef(0) | Gael Guennebaud | 2016-04-14 |
* | Merged in rmlarsen/eigen (pull request PR-174) | Gael Guennebaud | 2016-04-14 |
|\ |
|
* | | Properly gate the definition of the error and gamma functions for fp16 | Benoit Steiner | 2016-04-13 |
* | | Improved support for trigonometric functions on GPU | Benoit Steiner | 2016-04-13 |
* | | Added basic implementation of the lgamma, digamma, igamma, igammac, polygamma... | Benoit Steiner | 2016-04-13 |
* | | merge | Gael Guennebaud | 2016-04-13 |
|\ \ |
|
* | | | Fix JacobiSVD for complex when the complex-to-real update already gives a dia... | Gael Guennebaud | 2016-04-13 |
| * | | Cleaned up the implementation of digamma | Benoit Steiner | 2016-04-13 |
| * | | Pulled latest updates from trunk | Benoit Steiner | 2016-04-13 |
|/| | |
|
| * | | Added support for sin, cos, tan, and tanh on fp16 | Benoit Steiner | 2016-04-13 |
* | | | Fix underflow in JacoviSVD's complex to real preconditioner | Gael Guennebaud | 2016-04-13 |
|/ / |
|
* | | Added support for computing cos, sin, tan, and tanh on GPU. | Benoit Steiner | 2016-04-13 |
* | | Added constructors to convert unsigned integers into fp16 | Benoit Steiner | 2016-04-13 |
* | | Workaround a division by zero when outerstride==0 | Gael Guennebaud | 2016-04-13 |
* | | Make use of is_same_dense helper instead of extract_data to detect input/outp... | Gael Guennebaud | 2016-04-13 |
* | | Fix incomplete previous patch on matrix comparision. | Gael Guennebaud | 2016-04-13 |
* | | Fix detection of same matrices when both matrices are not handled by extract_... | Gael Guennebaud | 2016-04-13 |
* | | Improve half-packet vectorization logic to distinguish linear versus inner tr... | Gael Guennebaud | 2016-04-13 |