aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* bug #1221: disable gcc 6 warning: ignoring attributes on template argumentGravatar Gael Guennebaud2016-05-19
* Fix SelfAdjointEigenSolver for some input expression types, and add new regre...Gravatar Gael Guennebaud2016-05-19
* DiagonalWrapper is a vector, so it must expose the LinearAccessBit flag.Gravatar Gael Guennebaud2016-05-19
* Add support for SelfAdjointView::diagonal()Gravatar Gael Guennebaud2016-05-19
* Fix SelfAdjointView::triangularView for complexes.Gravatar Gael Guennebaud2016-05-19
* bug #1230: add support for SelfadjointView::triangularView.Gravatar Gael Guennebaud2016-05-19
* Advertize the packet api of the tensor reducers iff the corresponding packet ...Gravatar Benoit Steiner2016-05-18
* bug #1231: fix compilation regression regarding complex_array/=real_array and...Gravatar Gael Guennebaud2016-05-18
* Use coeff(i,j) instead of operator().Gravatar Gael Guennebaud2016-05-18
* bug #1224: fix regression in (dense*dense).sparseView() by specializing evalu...Gravatar Gael Guennebaud2016-05-18
* Use default sorting strategy for square products.Gravatar Gael Guennebaud2016-05-18
* Extend sparse*sparse product unit test to check that the expected implementat...Gravatar Gael Guennebaud2016-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
* Big 1213: add regression unit test.Gravatar Gael Guennebaud2016-05-18
* bug #1213: rename some enums type for consistency.Gravatar Gael Guennebaud2016-05-18
* #if defined(EIGEN_USE_NONBLOCKING_THREAD_POOL) is now #if !defined(EIGEN_USE_...Gravatar Benoit Steiner2016-05-17
* Fixed compilation errorGravatar Benoit Steiner2016-05-17
* Fixed compilation error in the tensor thread poolGravatar Benoit Steiner2016-05-17
* Merge upstream.Gravatar Rasmus Munk Larsen2016-05-17
|\
* | Roll back changes to core. Move include of TensorFunctors.h up to satisfy dep...Gravatar Rasmus Munk Larsen2016-05-17
| * Merged eigen/eigen into defaultGravatar Rasmus Larsen2016-05-17
|/|
| * Enable the use of the packet api to evaluate tensor broadcasts. This speed th...Gravatar Benoit Steiner2016-05-17
| * Allow vectorized padding on GPU. This helps speed things up a littleGravatar Benoit Steiner2016-05-17
| * Pulled latest updates from trunk.Gravatar Benoit Steiner2016-05-17
| |\
| * | Don't rely on c++11 extension when we don't have to.Gravatar Benoit Steiner2016-05-17
| * | Avoid float to double conversionGravatar Benoit Steiner2016-05-17
| | * Added missing costPerCoeff methodGravatar Benoit Steiner2016-05-16
| | * Turn on the cost model by default. This results in some significant speedups ...Gravatar Benoit Steiner2016-05-16
| | * Fixed syntax errorGravatar Benoit Steiner2016-05-16
| | * Turnon the new thread pool by default since it scales much better over multip...Gravatar Benoit Steiner2016-05-13
| | * New multithreaded contraction that doesn't rely on the thread pool to run the...Gravatar Benoit Steiner2016-05-13
| | * Added benchmarks for contraction on CPU.Gravatar Benoit Steiner2016-05-13
| | * Removed unnecessary thread synchronizationGravatar Benoit Steiner2016-05-13
| |/
| * Fixed compilation errors triggered by old versions of gccGravatar Benoit Steiner2016-05-12
* | Diasbled cost model by accident. Revert.Gravatar Rasmus Munk Larsen2016-05-12
* | Address comments by bsteiner.Gravatar Rasmus Munk Larsen2016-05-12
* | Improvements to parallelFor.Gravatar Rasmus Munk Larsen2016-05-12
|/
* Worked around a compilation error triggered by nvcc when compiling a tensor c...Gravatar Benoit Steiner2016-05-12
* Fixed potential race condition in the non blocking thread poolGravatar Benoit Steiner2016-05-12
* Replace implicit cast with an explicit oneGravatar Benoit Steiner2016-05-12
* Worked around compilation errors with older versions of gccGravatar Benoit Steiner2016-05-11
* Improved the portability of the tensor codeGravatar Benoit Steiner2016-05-11
* Fixed a couple of bugs related to the Pascalfamily of GPUsGravatar Benoit Steiner2016-05-11
* Avoid unnecessary conversions between floats and doublesGravatar Benoit Steiner2016-05-11
* Added more tests for half floatsGravatar Benoit Steiner2016-05-11
* Added the ability to load fp16 using the texture path.Gravatar Benoit Steiner2016-05-11
* Misc fixes for fp16Gravatar Benoit Steiner2016-05-11