aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h
Commit message (Expand)AuthorAge
...
* Fixed compilation errors triggered by old versions of gccGravatar Benoit Steiner2016-05-12
* Eigen cost model part 1. This implements a basic recursive framework to estim...Gravatar Rasmus Munk Larsen2016-04-14
* Worked around a constness related issueGravatar Benoit Steiner2016-03-21
* Small cleanupGravatar Benoit Steiner2016-03-21
* Decoupled the packet type definition from the definition of the tensor ops. A...Gravatar Benoit Steiner2016-03-08
* Deleted the coordinate based evaluation of tensor expressions, since it's har...Gravatar Benoit Steiner2016-02-22
* Fixed a constness bugGravatar Benoit Steiner2016-01-21
* Record whether the underlying tensor storage can be accessed directly during ...Gravatar Benoit Steiner2016-01-19
* Add alignment requirement for local buffer used by the slicing op.Gravatar Benoit Steiner2015-12-18
* Fix return type for TensorEvaluator<TensorSlicingOp>::dataGravatar Benoit Steiner2015-09-17
* Many files were missing in previous changeset.Gravatar Gael Guennebaud2015-07-29
* Use NumTraits<T>::RequireInitialization instead of internal::is_arithmetic<T>...Gravatar Benoit Steiner2015-07-07
* Misc small fixes to the tensor slicing code.Gravatar Benoit Steiner2015-07-06
* Fixed a couple of mistakes in the previous commit.Gravatar Benoit Steiner2015-07-01
* Enabled the vectorized evaluation of several tensor expressions that was prev...Gravatar Benoit Steiner2015-07-01
* Avoid using the cuda memcpy for small tensor slices since the memcpy kernel i...Gravatar Benoit Steiner2015-05-19
* Sped up the assignment of a tensor to a tensor slice, as well as the assigmen...Gravatar Benoit Steiner2015-04-20
* Fixed another batch of compilation warningsGravatar Benoit Steiner2015-02-28
* Fixed several compilation warnings reported by clangGravatar Benoit Steiner2015-02-25
* Silenced a few compilation warnings generated by nvccGravatar Benoit Steiner2015-02-10
* Silenced more compilation warningsGravatar Benoit Steiner2015-02-10
* gcc doesn't consider thatGravatar Benoit Steiner2015-01-16
* Improved support for RowMajor tensorsGravatar Benoit Steiner2015-01-14
* fixed some potential alignment issues.Gravatar Benoit Steiner2014-10-30
* Added access to the unerlying raw data of a tnsor slice/chip whenever possibleGravatar Benoit Steiner2014-10-17
* Silenced a few compilation warningsGravatar Benoit Steiner2014-10-16
* Added tests for tensors of const values and tensors of stringswwq::Gravatar Benoit Steiner2014-10-01
* Misc fixes.Gravatar Benoit Steiner2014-09-05
* Optimized and cleaned up the tensor morphing codeGravatar Benoit Steiner2014-08-23
* Added support for fast integer divisions by a constantGravatar Benoit Steiner2014-08-14
* Support for in place evaluation of expressions containing slicing and reshapi...Gravatar Benoit Steiner2014-08-13
* Vectorized the evaluation of expressions involving tensor slices.Gravatar Benoit Steiner2014-07-10
* Improved the speed of slicing operations.Gravatar Benoit Steiner2014-07-09
* Added support for tensor slicingGravatar Benoit Steiner2014-07-07
* 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
* Improved support for rvalues in tensor expressions.Gravatar Benoit Steiner2014-06-09
* Added support for convolution and reshaping of tensors.Gravatar Benoit Steiner2014-06-06