aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h
Commit message (Expand)AuthorAge
* Refined the #ifdef __CUDACC__ guard to ensure that when trying to compile gpu...Gravatar Benoit Steiner2015-10-23
* Avoid making an unecessary copy of the tensor expression when evaluating it o...Gravatar Benoit Steiner2015-03-25
* Cleaned up the TensorDevice code a little bit.Gravatar Benoit Steiner2015-03-25
* Added the -= operator to the device classesGravatar Benoit Steiner2015-03-19
* Misc improvements and cleanupsGravatar Benoit Steiner2014-10-13
* 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
* Added support for tensor contractionsGravatar Benoit Steiner2014-06-04
* Vectorized the evaluation of tensor expression (using SSE, AVX, NEON, ...)Gravatar Benoit Steiner2014-05-16