aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h
Commit message (Expand)AuthorAge
* Fix more enum arithmetic.Gravatar Rasmus Munk Larsen2021-06-15
* Fix calls to device functions from host codeGravatar Nathan Luehr2021-05-11
* Fixing a CUDA / P100 regression introduced by PR 181Gravatar Deven Desai2020-08-20
* Adding an explicit launch_bounds(1024) attribute for GPU kernels.Gravatar Deven Desai2020-08-05
* 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
* Fix init order.Gravatar Rasmus Munk Larsen2018-08-07
* Fixed compilation errors.Gravatar Benoit Steiner2018-08-06
* Enabling per device specialisation of packetsize.Gravatar Mehdi Goli2018-08-01
* Add tiled evaluation support to TensorExecutorGravatar Eugene Zhulenev2018-07-25
* Introduce gpu_assert for assertion in device-code, and disable them with clan...Gravatar Gael Guennebaud2018-07-13
* merging the CUDA and HIP implementation for the Tensor directory and the unit...Gravatar Deven Desai2018-06-20
* 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