aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h
Commit message (Expand)AuthorAge
* Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al...Gravatar Gael Guennebaud2017-07-17
* 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
* Adding non-deferrenciable pointer track for ComputeCpp backend; Adding Tensor...Gravatar Mehdi Goli2017-01-19
* Marked a few tensor operations as read onlyGravatar Benoit Steiner2016-05-05
* Deleted trailing commasGravatar Benoit Steiner2016-04-29
* Added missing definition of PacketSize in the gpu evaluator of convolutionGravatar Benoit Steiner2016-04-14
* Eigen cost model part 1. This implements a basic recursive framework to estim...Gravatar Rasmus Munk Larsen2016-04-14
* Decoupled the packet type definition from the definition of the tensor ops. A...Gravatar Benoit Steiner2016-03-08
* Fixed a number of compilation warnings generated by the cuda testsGravatar Benoit Steiner2016-01-31
* Record whether the underlying tensor storage can be accessed directly during ...Gravatar Benoit Steiner2016-01-19
* Use numext::mini/numext::maxi instead of std::min/std::max in the tensor codeGravatar Benoit Steiner2015-08-28
* Many files were missing in previous changeset.Gravatar Gael Guennebaud2015-07-29
* Added support for multi gpu configuration to the GpuDevice classGravatar Benoit Steiner2015-07-15
* Misc improvements and optimizationsGravatar Benoit Steiner2015-07-01
* Enabled the vectorized evaluation of several tensor expressions that was prev...Gravatar Benoit Steiner2015-07-01
* Fixed a compilation error triggered by nvcc 7Gravatar Benoit Steiner2015-05-28
* Added support for convolution of tensors laid out in RowMajor modeGravatar Benoit Steiner2015-03-31
* Silenced the last batch of compilation warnings triggered by gcc 4.8Gravatar Benoit Steiner2015-02-10
* Improved support for RowMajor tensorsGravatar Benoit Steiner2015-01-14
* Silenced a few compilation warningsGravatar Benoit Steiner2014-10-16
* Misc improvements and cleanupsGravatar Benoit Steiner2014-10-13
* Improved the performance of the tensor convolution code by a factor of about 4.Gravatar Benoit Steiner2014-09-03
* Improved the speed of convolutions when running on cuda devicesGravatar Benoit Steiner2014-08-19
* Fixed misc typos.Gravatar Benoit Steiner2014-08-13
* Added missing apis.Gravatar Benoit Steiner2014-08-13
* Updated the convolution and contraction evaluators to follow the new EvalSubE...Gravatar Benoit Steiner2014-08-13
* Silenced a compilation warningGravatar Benoit Steiner2014-06-13
* Reworked the expression evaluation mechanism in order to make it possible to ...Gravatar Benoit Steiner2014-06-13
* Fixed a few compilation errors.Gravatar Benoit Steiner2014-06-10
* TensorEval are now typed on the device: this will make it possible to use par...Gravatar Benoit Steiner2014-06-10
* Improved support for rvalues in tensor expressions.Gravatar Benoit Steiner2014-06-09
* Added support for convolution and reshaping of tensors.Gravatar Benoit Steiner2014-06-06