aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorRef.h
Commit message (Collapse)AuthorAge
* Make EIGEN_HAS_VARIADIC_TEMPLATES user configurableGravatar Gael Guennebaud2016-05-20
|
* Decoupled the packet type definition from the definition of the tensor ops. ↵Gravatar Benoit Steiner2016-03-08
| | | | All the vectorization is now defined in the tensor evaluators. This will make it possible to relialably support devices with different packet types in the same compilation unit.
* Record whether the underlying tensor storage can be accessed directly during ↵Gravatar Benoit Steiner2016-01-19
| | | | the evaluation of an expression.
* Fix shadow warnings in Tensor moduleGravatar Gael Guennebaud2015-06-16
|
* Silenced a warning in the tensor codeGravatar Benoit Steiner2015-04-19
|
* Silenced a few more compilation warnings generated by nvccGravatar Benoit Steiner2015-02-25
|
* Improved tensor referencesGravatar Benoit Steiner2015-01-14
|
* Fixed a testGravatar Benoit Steiner2014-10-31
|
* Added support for tensor referencesGravatar Benoit Steiner2014-10-28