aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h
Commit message (Expand)AuthorAge
* Deleted trailing commasGravatar Benoit Steiner2016-04-29
* Deleted useless trailing commasGravatar Benoit Steiner2016-04-29
* Move the evalGemm method into the TensorContractionEvaluatorBase class to mak...Gravatar Benoit Steiner2016-04-15
* Fixed a few compilation warningsGravatar Benoit Steiner2016-04-15
* Eigen cost model part 1. This implements a basic recursive framework to estim...Gravatar Rasmus Munk Larsen2016-04-14
* Fix bug in tensor contraction. The code assumes that contraction axis indices...Gravatar Benoit Steiner2016-03-17
* Fixed the tensor chipping code.Gravatar Benoit Steiner2016-03-08
* Decoupled the packet type definition from the definition of the tensor ops. A...Gravatar Benoit Steiner2016-03-08
* Marked several methods EIGEN_DEVICE_FUNCGravatar Benoit Steiner2016-01-28
* Leverage the new blocking code in the tensor contraction code.Gravatar Benoit Steiner2016-01-22
* 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
* Moved the contraction mapping code to its own file to make the code more mana...Gravatar Benoit Steiner2016-01-19
* Trigger the optimized matrix vector path more conservatively.Gravatar Benoit Steiner2016-01-12
* Improved the performance of the contraction of a 2d tensor with a 1d tensor b...Gravatar Benoit Steiner2016-01-12
* Fixed another compilation warningGravatar Benoit Steiner2015-12-07
* Fixed compilation warningsGravatar Benoit Steiner2015-12-07
* Use signed integers instead of unsigned ones more consistently in the codebase.Gravatar Benoit Steiner2015-12-04
* Fixed a compilation warningGravatar Benoit Steiner2015-10-29
* Reworked the tensor contraction mapper code to make it compile on AndroidGravatar Benoit Steiner2015-10-23
* Use numext::mini/numext::maxi instead of std::min/std::max in the tensor codeGravatar Benoit Steiner2015-08-28
* Many files were missing in previous changeset.Gravatar Gael Guennebaud2015-07-29
* Allowed tensor contraction operation with an empty array of dimension pairs, ...Gravatar Godeffroy Valet2015-07-25
* Use numext::swap instead of std::swapGravatar Benoit Steiner2015-07-06
* Moved some utilities to TensorMeta.h to make it easier to reuse them accross ...Gravatar Benoit Steiner2015-06-29
* Fixed compilation warning triggered by gcc 4.7Gravatar Benoit Steiner2015-04-18
* Fixed another batch of compilation warningsGravatar Benoit Steiner2015-02-28
* Silcenced a few compilation warningsGravatar Benoit Steiner2015-02-10
* Silenced several compilation warningsGravatar Benoit Steiner2015-02-10
* Marked the contraction operation as read only, since its result can't be assi...Gravatar Benoit Steiner2015-01-29
* Added support for RowMajor inputs to the contraction code.Gravatar Benoit Steiner2015-01-14
* Fixed compilation errors with clang.Gravatar Benoit Steiner2014-11-13
* Improved handling of 1d tensorsGravatar Benoit Steiner2014-11-03
* Silenced one last warningGravatar Benoit Steiner2014-10-16
* Silenced a few compilation warningsGravatar Benoit Steiner2014-10-16
* Made the blocking computation aware of the l3 cacheGravatar Benoit Steiner2014-10-15
* Created the IndexPair type to store pair of tensor indices. CUDA doesn't supp...Gravatar Benoit Steiner2014-10-03
* Fixed a typo in the contraction codeGravatar Benoit Steiner2014-09-06
* Fixed misc typos.Gravatar Benoit Steiner2014-08-13
* Added missing apis.Gravatar Benoit Steiner2014-08-13
* Updated the convolution and contraction evaluators to follow the new EvalSubE...Gravatar Benoit Steiner2014-08-13
* Reworked the expression evaluation mechanism in order to make it possible to ...Gravatar Benoit Steiner2014-06-13
* TensorEval are now typed on the device: this will make it possible to use par...Gravatar Benoit Steiner2014-06-10
* Fixes compilation errors triggered when compiling the tensor contraction code...Gravatar Benoit Steiner2014-06-09
* Improved support for rvalues in tensor expressions.Gravatar Benoit Steiner2014-06-09
* Added support for tensor contractionsGravatar Benoit Steiner2014-06-04