aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src
Commit message (Expand)AuthorAge
* Marked the And and Or reducers as stateless.Gravatar Benoit Steiner2016-02-24
* Updated the padding code to work with half floatsGravatar Benoit Steiner2016-02-23
* Deleted the coordinate based evaluation of tensor expressions, since it's har...Gravatar Benoit Steiner2016-02-22
* Fixed compilation warning generated by clangGravatar Benoit Steiner2016-02-21
* Optimized casting of tensors in the case where the casting happens to be a no-opGravatar Benoit Steiner2016-02-21
* Prevent unecessary Index to int conversionsGravatar Benoit Steiner2016-02-21
* Get rid of duplicate code.Gravatar Rasmus Munk Larsen2016-02-19
* Speed up tensor FFT by up ~25-50%.Gravatar Rasmus Munk Larsen2016-02-19
* Print an error message to stderr when the initialization of the CUDA runtime ...Gravatar Benoit Steiner2016-02-19
* Updated the contraction code to make it compatible with half floats.Gravatar Benoit Steiner2016-02-19
* Added support for tensor reductions on half floatsGravatar Benoit Steiner2016-02-19
* Added the ability to query the minor version of a cuda deviceGravatar Benoit Steiner2016-02-19
* Don't make the array constructors explicitGravatar Benoit Steiner2016-02-19
* Fixed a bug in the tensor type converterGravatar Benoit Steiner2016-02-19
* Added a method to conjugate the content of a tensor or the result of a tensor...Gravatar Benoit Steiner2016-02-11
* Worked around a few clang compilation warningsGravatar Benoit Steiner2016-02-10
* Fixed clang comilation warningsGravatar Benoit Steiner2016-02-10
* Fixed some clang compilation warningsGravatar Benoit Steiner2016-02-09
* Updated the TensorIntDivisor code to work properly on LLP64 systemsGravatar Benoit Steiner2016-02-08
* Avoid unecessary type conversionsGravatar Benoit Steiner2016-02-05
* Added support for vectorized type casting of int to char.Gravatar Benoit Steiner2016-02-03
* Fixed the initialization of the dummy member of the array class to make it co...Gravatar Benoit Steiner2016-02-03
* Made sure the dummy element of size 0 array is always intialized to silence s...Gravatar Benoit Steiner2016-02-03
* Merged in ville-k/eigen/explicit_long_constructors (pull request PR-158)Gravatar Benoit Steiner2016-02-02
|\
| * Use EIGEN_STATIC_ASSERT for backward compatibility.Gravatar Ville Kallioniemi2016-02-02
* | Don't try to use direct offsets when computing a tensor product, since the re...Gravatar Benoit Steiner2016-02-02
| * Replace separate low word constructors with a single templated constructor.Gravatar Ville Kallioniemi2016-02-01
| * Rebase to latest.Gravatar Ville Kallioniemi2016-02-01
| |\ | |/ |/|
* | Made it possible to limit the number of blocks that will be used to evaluate ...Gravatar Benoit Steiner2016-02-01
* | Fixed a number of compilation warnings generated by the cuda testsGravatar Benoit Steiner2016-01-31
* | Fixed a few compilation warningsGravatar Benoit Steiner2016-01-31
* | Marked several methods EIGEN_DEVICE_FUNCGravatar Benoit Steiner2016-01-28
* | Fixed a couple of compilation warnings.Gravatar Benoit Steiner2016-01-28
* | mergeGravatar Gael Guennebaud2016-01-28
|\ \
* | | Deleted an invalid assertion that prevented the assignment of empty tensors.Gravatar Benoit Steiner2016-01-27
* | | Fixed some compilation problems with nvcc + clangGravatar Benoit Steiner2016-01-27
| | * Add constructor for long types.Gravatar Ville Kallioniemi2016-01-26
* | | Don't explicitely evaluate the subexpression from TensorForcedEval::evalSubEx...Gravatar Benoit Steiner2016-01-24
* | | Added missing EIGEN_DEVICE_FUNC qualifierGravatar Benoit Steiner2016-01-24
* | | Merged in ville-k/eigen/tensorflow_fix (pull request PR-153)Gravatar Benoit Steiner2016-01-22
|\ \ \
* | | | Leverage the new blocking code in the tensor contraction code.Gravatar Benoit Steiner2016-01-22
| |_|/ |/| |
* | | Created a mechanism to enable contraction mappers to determine the best block...Gravatar Benoit Steiner2016-01-22
* | | Backout changeset 690bc950f70c61075d396671e63480bbd64bb297Gravatar Gael Guennebaud2016-01-22
| * | Update to latest default branchGravatar Ville Kallioniemi2016-01-21
| |\ \ | |/ / |/| |
* | | Fixed a constness bugGravatar Benoit Steiner2016-01-21
* | | fix clang warningsGravatar Jan Prach2016-01-20
* | | Small cleanup and small fix to the contraction of row major tensorsGravatar Benoit Steiner2016-01-20
* | | Reduce the register pressure exerted by the tensor mappers whenever possible....Gravatar Benoit Steiner2016-01-20
| * | Use explicitly 32 bit integer types in constructors.Gravatar Ville Kallioniemi2016-01-19
* | | Improved the formatting of the codeGravatar Benoit Steiner2016-01-19