aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h
Commit message (Expand)AuthorAge
* 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
| * Adds a fast memcpy function to Eigen. This takes advantage of the following:Gravatar Rasmus Munk Larsen2017-01-24
* | Adding Tensor ReverseOp; TensorStriding; TensorConversionOp; Modifying Tensor...Gravatar Mehdi Goli2017-01-16
| * Simplified the contraction code`Gravatar Benoit Steiner2016-12-21
| * Leverage libxsmm kernels within signle threaded contractionsGravatar Benoit Steiner2016-12-21
|/
* Adding tensor contraction operation backend for Sycl; adding test for contrac...Gravatar Mehdi Goli2016-12-14
* Updated the contraction code to support constant inputs.Gravatar Benoit Steiner2016-09-01
* Properly detect the type of the result of a contraction.Gravatar Benoit Steiner2016-08-16
* Replace implicit cast with an explicit oneGravatar Benoit Steiner2016-05-12
* Added tests for full contractions using thread pools and gpu devices.Gravatar Benoit Steiner2016-05-05
* Updated the contraction code to ensure that full contraction return a tensor ...Gravatar Benoit Steiner2016-05-05
* Deleted trailing commasGravatar Benoit Steiner2016-04-29
* Deleted useless trailing commasGravatar Benoit Steiner2016-04-29
* Move the evalGemm method into the TensorContractionEvaluatorBase class to mak...Gravatar Benoit Steiner2016-04-15
* Fixed a few compilation warningsGravatar Benoit Steiner2016-04-15
* Eigen cost model part 1. This implements a basic recursive framework to estim...Gravatar Rasmus Munk Larsen2016-04-14
* Fix bug in tensor contraction. The code assumes that contraction axis indices...Gravatar Benoit Steiner2016-03-17