aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h
Commit message (Expand)AuthorAge
* [SYCL] This PR adds the minimum modifications to the Eigen unsupported module...Gravatar Mehdi Goli2019-06-28
* Fixed syntax errors generated by xcodeGravatar Benoit Steiner2017-07-09
* Merged in mehdi_goli/opencl/DataDependancy (pull request PR-10)Gravatar Benoit Steiner2017-06-28
* Fixed a few typos in the ternary tensor expressions typesGravatar Benoit Steiner2016-10-19
* Moved assertions to the constructor to make the code more portableGravatar Benoit Steiner2016-06-06
* Add TernaryFunctors and the betainc SpecialFunction.Gravatar Eugene Brevdo2016-06-02
* Marked a few tensor operations as read onlyGravatar Benoit Steiner2016-05-05
* Deleted useless trailing commasGravatar Benoit Steiner2016-04-29
* Decoupled the packet type definition from the definition of the tensor ops. A...Gravatar Benoit Steiner2016-03-08
* Added a few missing EIGEN_DEVICE_FUNC statementsGravatar Benoit Steiner2015-05-26
* Fixed the return type of coefficient wise operations. For example, the abs fu...Gravatar Benoit Steiner2015-01-14
* Fixed the return types of unary and binary expressions to properly handle the...Gravatar Benoit Steiner2014-10-16
* Improved support for rvalues in tensor expressions.Gravatar Benoit Steiner2014-06-09
* Added support for tensor contractionsGravatar Benoit Steiner2014-06-04
* Added support for additional tensor operations:Gravatar Benoit Steiner2014-05-22
* Vectorized the evaluation of tensor expression (using SSE, AVX, NEON, ...)Gravatar Benoit Steiner2014-05-16
* Added support for fixed sized tensors.Gravatar Benoit Steiner2014-05-06
* Extended support for Tensors:Gravatar Benoit Steiner2014-04-28