aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h
Commit message (Expand)AuthorAge
* Allow custom TENSOR_CONTRACTION_DISPATCH macro.Gravatar Antonio Sanchez2021-06-11
* Fix calls to device functions from host codeGravatar Nathan Luehr2021-05-11
* Inherit from `no_assignment_operator` to avoid implicit copy constructor warn...Gravatar Christoph Hertzberg2021-02-27
* Remove V2 suffix from TensorBlockGravatar Eugene Zhulenev2019-12-10
* Remove legacy block evaluation supportGravatar Eugene Zhulenev2019-11-12
* Add beta to TensorContractionKernel and make memset optionalGravatar Eugene Zhulenev2019-10-02
* Tensor block evaluation V2 support for unary/binary/broadcstingGravatar Eugene Zhulenev2019-09-24
* evalSubExprsIfNeededAsync + async TensorContractionThreadPoolGravatar Eugene Zhulenev2019-08-30
* Remove XSMM support from Tensor moduleGravatar Eugene Zhulenev2019-08-19
* [SYCL] This PR adds the minimum modifications to the Eigen unsupported module...Gravatar Mehdi Goli2019-06-28
* Fix stupid shadow-warnings (with old clang versions)Gravatar Christoph Hertzberg2019-05-07
* Add missing EIGEN_DEPRECATED annotations to deprecated functions and fix few ...Gravatar Eugene Zhulenev2019-04-23
* adding EIGEN_DEVICE_FUNC to the recently added TensorContractionKernel constr...Gravatar Deven Desai2019-04-08
* Add missing semicolonGravatar Eugene Zhulenev2019-04-02
* Add support for custom packed Lhs/Rhs blocks in tensor contractionsGravatar Eugene Zhulenev2019-04-01
* Fix incorrect value of NumDimensions in TensorContraction traits.Gravatar Rasmus Munk Larsen2019-02-19
* Make code compile in C++03 mode againGravatar Christoph Hertzberg2018-10-02
* Merged in deven-amd/eigen/HIP_fixes (pull request PR-518)Gravatar Christoph Hertzberg2018-10-01
|\
| * This commit contains the following (HIP specific) updates:Gravatar Deven Desai2018-10-01
* | Get rid of unused variable warning.Gravatar Rasmus Munk Larsen2018-09-28
* | Add tests for evalShardedByInnerDim contraction + fix bugsGravatar Eugene Zhulenev2018-09-28
|/
* Revert code lost in mergeGravatar Eugene Zhulenev2018-09-27
* Merge with eigen/eigen defaultGravatar Eugene Zhulenev2018-09-27
|\
* | Remove explicit mkldnn support and redundant TensorContractionKernelBlockingGravatar Eugene Zhulenev2018-09-27
| * Parallelize tensor contraction over the inner dimension in cases where where ...Gravatar Rasmus Munk Larsen2018-09-26
|/
* Fix regression introduced by the previous fix for AVX512.Gravatar Gael Guennebaud2018-09-20
* Fix gebp kernel for real+complex in case only reals are vectorized (e.g., AVX...Gravatar Gael Guennebaud2018-09-20
* Merge with upstream eigen/defaultGravatar Eugene Zhulenev2018-08-27
|\
| * Fixed more sign-compare and type-limits warningsGravatar Christoph Hertzberg2018-08-24
| * Use actual types instead of the auto keyword to make the code more portableGravatar Benoit Steiner2018-08-16
| * Fixed the tensor contraction code.Gravatar Benoit Steiner2018-08-15
| * Fixed compilation errors with gcc 4.7 and 4.8Gravatar Benoit Steiner2018-08-14
* | Add block evaluationto CwiseUnaryOp and add PreferBlockAccess enum to all eva...Gravatar Eugene Zhulenev2018-08-10
|/
* Fix initialization order.Gravatar Rasmus Munk Larsen2018-08-03
* Enabling per device specialisation of packetsize.Gravatar Mehdi Goli2018-08-01
* Merged in ezhulenev/eigen/tiling_3 (pull request PR-438)Gravatar Gael Guennebaud2018-07-31
|\
| * Add tiled evaluation support to TensorExecutorGravatar Eugene Zhulenev2018-07-25
* | Reduce the number of template specializations of classes related to tensor co...Gravatar Rasmus Munk Larsen2018-07-27
|/
* Specify default output kernel for TensorContractionOpGravatar Eugene Zhulenev2018-07-18
* applying EIGEN_DECLARE_TEST to *gpu* testsGravatar Deven Desai2018-07-17
* Call OutputKernel in evalGemvGravatar Eugene Zhulenev2018-07-12
* Fuse computations into the Tensor contractions using output kernelGravatar Eugene Zhulenev2018-07-10
* Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
* 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
* Pulled latest updates from upstreamGravatar Benoit Steiner2017-02-10
|\
| * Silenced several compilation warningsGravatar Benoit Steiner2017-02-01
* | Fixing compiler error on TensorContractionSycl.h; Silencing the compiler unus...Gravatar Mehdi Goli2017-01-31
* | Merge latest changes from upstreamGravatar Benoit Steiner2017-01-30
|\|
| * Revert PR-292. After further investigation, the memcpy->memmove change was on...Gravatar Rasmus Munk Larsen2017-01-26