aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h
Commit message (Collapse)AuthorAge
...
* Fixed a testGravatar Benoit Steiner2014-10-31
|
* Misc improvements and cleanupsGravatar Benoit Steiner2014-10-13
|
* Fixed the tensor shuffling testGravatar Benoit Steiner2014-10-10
|
* Created the IndexPair type to store pair of tensor indices. CUDA doesn't ↵Gravatar Benoit Steiner2014-10-03
| | | | | | support std::pair so we can't use them when targeting GPUs. Improved the performance on tensor contractions
* Misc api improvements and cleanupsGravatar Benoit Steiner2014-08-23
|
* Added primitives to compare tensor dimensionsGravatar Benoit Steiner2014-07-10
|
* Prevent the generation of unlaunchable cuda kernels when compiling in debug ↵Gravatar Benoit Steiner2014-06-09
| | | | mode.
* Added support for tensor contractionsGravatar Benoit Steiner2014-06-04
| | | | | Updated expression evaluation mechanism to also compute the size of the tensor result Misc fixes and improvements.
* Vectorized the evaluation of tensor expression (using SSE, AVX, NEON, ...)Gravatar Benoit Steiner2014-05-16
| | | | | Added the ability to parallelize the evaluation of a tensor expression over multiple cpu cores. Added the ability to offload the evaluation of a tensor expression to a GPU.
* Added support for fixed sized tensors.Gravatar Benoit Steiner2014-05-06
Improved support for tensor expressions.