aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorConversion.h
Commit message (Expand)AuthorAge
* Preserve the ability to vectorize the evaluation of an expression even when i...Gravatar Benoit Steiner2016-05-26
* Made the static storage class qualifier come first.Gravatar Benoit Steiner2016-05-25
* Eigen cost model part 1. This implements a basic recursive framework to estim...Gravatar Rasmus Munk Larsen2016-04-14
* Added missing EIGEN_DEVICE_FUNC to the tensor conversion code.Gravatar Benoit Steiner2016-04-07
* Decoupled the packet type definition from the definition of the tensor ops. A...Gravatar Benoit Steiner2016-03-08
* 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
* Fixed a bug in the tensor type converterGravatar Benoit Steiner2016-02-19
* Added support for vectorized type casting of int to char.Gravatar Benoit Steiner2016-02-03
* Record whether the underlying tensor storage can be accessed directly during ...Gravatar Benoit Steiner2016-01-19
* Added more missing EIGEN_DEVICE_FUNCGravatar Benoit Steiner2015-11-06
* Removed bogus assertionGravatar Benoit Steiner2015-10-20
* Fixed a bug in the tensor conversion opGravatar Benoit Steiner2015-10-20
* Many files were missing in previous changeset.Gravatar Gael Guennebaud2015-07-29
* Updated the tensor type casting code as follow: in the case where TgtRatio < ...Gravatar Benoit Steiner2015-03-02
* Disabled the use of aligned memory loads when converting a tensor from float ...Gravatar Benoit Steiner2015-03-02
* Added support for vectorized type casting of tensorsGravatar Benoit Steiner2015-02-27