aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor
Commit message (Expand)AuthorAge
...
* | 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
|\ \
* | | 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
| * | 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
| |/ /
| | * Allow vectorized padding on GPU. This helps speed things up a little.Gravatar Benoit Steiner2016-05-17
* | | Advertize the packet api of the tensor reducers iff the corresponding packet ...Gravatar Benoit Steiner2016-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
| |/
| * 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
| * 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
* 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
* Added the ability to load fp16 using the texture path.Gravatar Benoit Steiner2016-05-11
* Fixed a typo in my previous commitGravatar Benoit Steiner2016-05-11
* Fix potential race condition in the CUDA reduction code.Gravatar Benoit Steiner2016-05-11
* Properly gate the use of half2.Gravatar Benoit Steiner2016-05-10
* Added support for fp16 to the sigmoid functor.Gravatar Benoit Steiner2016-05-10
* Small improvement to the full reduction of fp16Gravatar Benoit Steiner2016-05-10