aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h
Commit message (Expand)AuthorAge
* Fix rule-of-3 for the Tensor module.Gravatar Antonio Sanchez2020-11-18
* Add block evaluation V2 to TensorAsyncExecutor.Gravatar Rasmus Munk Larsen2019-10-22
* Allow move-only done callback in TensorAsyncDeviceGravatar Eugene Zhulenev2019-09-03
* Asynchronous expression evaluation with TensorAsyncDeviceGravatar Eugene Zhulenev2019-08-30
* Deleted redundant codeGravatar Benoit Steiner2015-12-03
* 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