aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorRef.h
Commit message (Expand)AuthorAge
* Fix calls to device functions from host codeGravatar Nathan Luehr2021-05-11
* Return const data pointer from TensorRef evaluator.data()Gravatar Eugene Zhulenev2019-12-18
* Remove V2 suffix from TensorBlockGravatar Eugene Zhulenev2019-12-10
* Remove legacy block evaluation supportGravatar Eugene Zhulenev2019-11-12
* Tensor block evaluation V2 support for unary/binary/broadcstingGravatar Eugene Zhulenev2019-09-24
* [SYCL] This PR adds the minimum modifications to the Eigen unsupported module...Gravatar Mehdi Goli2019-06-28
* Add block evaluationto CwiseUnaryOp and add PreferBlockAccess enum to all eva...Gravatar Eugene Zhulenev2018-08-10
* Add tiled evaluation support to TensorExecutorGravatar Eugene Zhulenev2018-07-25
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
* Make EIGEN_HAS_VARIADIC_TEMPLATES user configurableGravatar Gael Guennebaud2016-05-20
* Decoupled the packet type definition from the definition of the tensor ops. A...Gravatar Benoit Steiner2016-03-08
* Record whether the underlying tensor storage can be accessed directly during ...Gravatar Benoit Steiner2016-01-19
* Fix shadow warnings in Tensor moduleGravatar Gael Guennebaud2015-06-16
* Silenced a warning in the tensor codeGravatar Benoit Steiner2015-04-19
* Silenced a few more compilation warnings generated by nvccGravatar Benoit Steiner2015-02-25
* Improved tensor referencesGravatar Benoit Steiner2015-01-14
* Fixed a testGravatar Benoit Steiner2014-10-31
* Added support for tensor referencesGravatar Benoit Steiner2014-10-28