aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h
Commit message (Expand)AuthorAge
* [SYCL] Rebasing the SYCL support branch on top of the Einge upstream master b...Gravatar Mehdi Goli2019-11-28
* [SYCL] This PR adds the minimum modifications to the Eigen unsupported module...Gravatar Mehdi Goli2019-06-28
* Add support for custom packed Lhs/Rhs blocks in tensor contractionsGravatar Eugene Zhulenev2019-04-01
* Workaround lack of support for arbitrary packet-type in Tensor by manually lo...Gravatar Gael Guennebaud2019-01-30
* Hide some annoying unused variable warnings in g++8.1Gravatar Christoph Hertzberg2019-01-29
* Fiw shadowing of last and allGravatar Gael Guennebaud2018-09-21
* Fix gebp kernel for real+complex in case only reals are vectorized (e.g., AVX...Gravatar Gael Guennebaud2018-09-20
* Merged eigen/eigen into defaultGravatar Benoit Steiner2016-12-14
|\
* | Adding tensor contraction operation backend for Sycl; adding test for contrac...Gravatar Mehdi Goli2016-12-14
| * Fixed build error with MSVCGravatar Benoit Steiner2016-12-09
|/
* Add missing generic load methods.Gravatar Gael Guennebaud2016-12-03
* Improved the contraction mapper to properly support tensor productsGravatar Benoit Steiner2016-07-11
* Deleted useless trailing commasGravatar Benoit Steiner2016-04-29
* Deleted unused default values for template parametersGravatar Benoit Steiner2016-04-29
* Fixed a typo.Gravatar Benoit Steiner2016-03-10
* Fixed the tensor chipping code.Gravatar Benoit Steiner2016-03-08
* Decoupled the packet type definition from the definition of the tensor ops. A...Gravatar Benoit Steiner2016-03-08
* Don't try to use direct offsets when computing a tensor product, since the re...Gravatar Benoit Steiner2016-02-02
* Leverage the new blocking code in the tensor contraction code.Gravatar Benoit Steiner2016-01-22
* Reduce the register pressure exerted by the tensor mappers whenever possible....Gravatar Benoit Steiner2016-01-20
* Moved the contraction mapping code to its own file to make the code more mana...Gravatar Benoit Steiner2016-01-19