aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11
Commit message (Expand)AuthorAge
* Added support for fast integer divisions by a constantGravatar Benoit Steiner2014-08-14
* Added support for padding, stridding, and shufflingGravatar Benoit Steiner2014-08-14
* Pulled in the latest changes from the Eigen trunkGravatar Benoit Steiner2014-08-13
|\
* | Added ability to get the nth element from an abstract array type.Gravatar Benoit Steiner2014-08-13
* | 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
* | Fixed a typo.Gravatar Benoit Steiner2014-08-13
* | Support for in place evaluation of expressions containing slicing and reshapi...Gravatar Benoit Steiner2014-08-13
* | Added suppor for in place evaluation to simple tensor expressions.Gravatar Benoit Steiner2014-08-13
* | Reworked the TensorExecutor code to support in place evaluation.Gravatar Benoit Steiner2014-08-13
* | The tensor assignment code now resizes the destination tensor as needed.Gravatar Benoit Steiner2014-07-31
* | Made sure that the data stored in fixed sized tensor is aligned.Gravatar Benoit Steiner2014-07-25
* | Fixed the assignment operator of the Tensor and TensorMap classes.Gravatar Benoit Steiner2014-07-22
* | Added primitives to compare tensor dimensionsGravatar Benoit Steiner2014-07-10
* | Vectorized the evaluation of expressions involving tensor slices.Gravatar Benoit Steiner2014-07-10
* | Improved the speed of slicing operations.Gravatar Benoit Steiner2014-07-09
* | Improved evaluation of tensor expressions when used as rvaluesGravatar Benoit Steiner2014-07-08
* | Improved the efficiency of the tensor evaluation code on thread pools and gpus.Gravatar Benoit Steiner2014-07-08
* | Extended the functionality of the TensorDeviceType classesGravatar Benoit Steiner2014-07-08
* | Added support for tensor slicingGravatar Benoit Steiner2014-07-07
* | Added support for tensor slicingGravatar Benoit Steiner2014-07-07
* | Added support for tensor slicingGravatar Benoit Steiner2014-07-07
* | 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
* | Pulled latest updates from the Eigen main trunk.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
* | Fixes compilation errors triggered when compiling the tensor contraction code...Gravatar Benoit Steiner2014-06-09
* | Improved support for rvalues in tensor expressions.Gravatar Benoit Steiner2014-06-09
* | Prevent the generation of unlaunchable cuda kernels when compiling in debug m...Gravatar Benoit Steiner2014-06-09
* | Fixed compilation errorGravatar Benoit Steiner2014-06-09
* | Added support for convolution and reshaping of tensors.Gravatar Benoit Steiner2014-06-06
| * unsupported/TensorSymmetry: factor out completely from Tensor moduleGravatar Christian Seiler2014-06-04
| * unsupported/TensorSymmetry: make symgroup construction autodetect number of i...Gravatar Christian Seiler2014-06-04
| * unsupported/CXX11/Core: allow gen_numeric_list to have a starting pointGravatar Christian Seiler2014-06-04
| * unsupported/ C++11 workarounds: don't use hack for libc++ if not requiredGravatar Christian Seiler2014-06-04
| * Fix compilation for CXX11/Tensor module if unsupported is not in include pathGravatar Christian Seiler2014-06-04
* | Added support for tensor contractionsGravatar Benoit Steiner2014-06-04
* | Added support for additional tensor operations:Gravatar Benoit Steiner2014-05-22
* | Vectorized the evaluation of tensor expression (using SSE, AVX, NEON, ...)Gravatar Benoit Steiner2014-05-16
* | Added support for fixed sized tensors.Gravatar Benoit Steiner2014-05-06
* | Extended support for Tensors:Gravatar Benoit Steiner2014-04-28
|/
* Fixed a typo in CXX11Meta.hGravatar Benoit Steiner2014-04-14
* C++11/Tensor: Fix copyright headersGravatar Christian Seiler2013-11-16
* CXX11/TensorSymmetry: add symmetry support for Tensor classGravatar Christian Seiler2013-11-14
* CXX11/Tensor: add simple initial tensor implementationGravatar Christian Seiler2013-11-14
* C++11: add template metaprogramming helpersGravatar Christian Seiler2013-11-14