index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
unsupported
/
Eigen
/
CXX11
/
src
/
Tensor
/
TensorConvolution.h
Commit message (
Expand
)
Author
Age
*
Adding non-deferrenciable pointer track for ComputeCpp backend; Adding Tensor...
Mehdi Goli
2017-01-19
*
Marked a few tensor operations as read only
Benoit Steiner
2016-05-05
*
Deleted trailing commas
Benoit Steiner
2016-04-29
*
Added missing definition of PacketSize in the gpu evaluator of convolution
Benoit Steiner
2016-04-14
*
Eigen cost model part 1. This implements a basic recursive framework to estim...
Rasmus Munk Larsen
2016-04-14
*
Decoupled the packet type definition from the definition of the tensor ops. A...
Benoit Steiner
2016-03-08
*
Fixed a number of compilation warnings generated by the cuda tests
Benoit Steiner
2016-01-31
*
Record whether the underlying tensor storage can be accessed directly during ...
Benoit Steiner
2016-01-19
*
Use numext::mini/numext::maxi instead of std::min/std::max in the tensor code
Benoit Steiner
2015-08-28
*
Many files were missing in previous changeset.
Gael Guennebaud
2015-07-29
*
Added support for multi gpu configuration to the GpuDevice class
Benoit Steiner
2015-07-15
*
Misc improvements and optimizations
Benoit Steiner
2015-07-01
*
Enabled the vectorized evaluation of several tensor expressions that was prev...
Benoit Steiner
2015-07-01
*
Fixed a compilation error triggered by nvcc 7
Benoit Steiner
2015-05-28
*
Added support for convolution of tensors laid out in RowMajor mode
Benoit Steiner
2015-03-31
*
Silenced the last batch of compilation warnings triggered by gcc 4.8
Benoit Steiner
2015-02-10
*
Improved support for RowMajor tensors
Benoit Steiner
2015-01-14
*
Silenced a few compilation warnings
Benoit Steiner
2014-10-16
*
Misc improvements and cleanups
Benoit Steiner
2014-10-13
*
Improved the performance of the tensor convolution code by a factor of about 4.
Benoit Steiner
2014-09-03
*
Improved the speed of convolutions when running on cuda devices
Benoit Steiner
2014-08-19
*
Fixed misc typos.
Benoit Steiner
2014-08-13
*
Added missing apis.
Benoit Steiner
2014-08-13
*
Updated the convolution and contraction evaluators to follow the new EvalSubE...
Benoit Steiner
2014-08-13
*
Silenced a compilation warning
Benoit Steiner
2014-06-13
*
Reworked the expression evaluation mechanism in order to make it possible to ...
Benoit Steiner
2014-06-13
*
Fixed a few compilation errors.
Benoit Steiner
2014-06-10
*
TensorEval are now typed on the device: this will make it possible to use par...
Benoit Steiner
2014-06-10
*
Improved support for rvalues in tensor expressions.
Benoit Steiner
2014-06-09
*
Added support for convolution and reshaping of tensors.
Benoit Steiner
2014-06-06