aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h
Commit message (Collapse)AuthorAge
* Many files were missing in previous changeset.Gravatar Gael Guennebaud2015-07-29
|
* Added support for user defined custom tensor op.Gravatar Benoit Steiner2015-06-30
|
* Get rid of class internal::nested<> (still have to updated Tensor module)Gravatar Gael Guennebaud2015-06-19
|
* Made the index type a template parameter of the tensor class instead of ↵Gravatar Benoit Steiner2015-03-30
| | | | encoding it in the options.
* Pulled latest update from the eigen main codebaseGravatar Benoit Steiner2015-03-24
|\
| * Fixes the Lvalue computation by actually setting the LvalueBit properly when ↵Gravatar Benoit Steiner2015-03-16
| | | | | | | | instantiating tensors of const T. Added a test to check the fix.
* | Fixed compilation warningsGravatar Benoit Steiner2015-02-27
| |
* | Added support for 32bit index on a per tensor/tensor expression. This ↵Gravatar Benoit Steiner2015-02-27
|/ | | | enables us to use 32bit indices to evaluate expressions on GPU faster while keeping the ability to use 64 bit indices to manipulate large tensors on CPU in the same binary.
* Pulled the latest changes from the trunkGravatar Benoit Steiner2015-02-06
|
* Improved support for RowMajor tensorsGravatar Benoit Steiner2015-01-14
| | | | Misc fixes and API cleanups.
* Added support for tensor referencesGravatar Benoit Steiner2014-10-28
|
* Misc improvements and cleanupsGravatar Benoit Steiner2014-10-13
|
* Improved support for rvalues in tensor expressions.Gravatar Benoit Steiner2014-06-09
|
* Added support for fixed sized tensors.Gravatar Benoit Steiner2014-05-06
| | | | Improved support for tensor expressions.
* Extended support for Tensors:Gravatar Benoit Steiner2014-04-28
* Added ability to map a region of the memory to a tensor * Added basic support for unary and binary coefficient wise expressions, such as addition or square root * Provided an emulation layer to make it possible to compile the code with compilers (such as nvcc) that don't support cxx11.