aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h
Commit message (Expand)AuthorAge
* Fixed a typo in the reduction code that could prevent large full reductionsx ...Gravatar Benoit Steiner2016-02-24
* Fixed a number of compilation warnings generated by the cuda testsGravatar Benoit Steiner2016-01-31
* Fixed a couple of compilation warnings.Gravatar Benoit Steiner2016-01-28
* Fixed some compilation problems with nvcc + clangGravatar Benoit Steiner2016-01-27
* Record whether the underlying tensor storage can be accessed directly during ...Gravatar Benoit Steiner2016-01-19
* Properly record the rank of reduced tensors in the tensor traits.Gravatar Benoit Steiner2016-01-13
* Merged in jeremy_barnes/eigen/shader-model-3.0 (pull request PR-152)Gravatar Benoit Steiner2016-01-11
|\
* | Fixed a bug in the dispatch of optimized reduction kernels.Gravatar Benoit Steiner2016-01-11
* | Re-enabled the optimized reduction CUDA code.Gravatar Benoit Steiner2016-01-11
| * Alternative way of forcing instantiation of device kernels withoutGravatar Jeremy Barnes2016-01-10
|/
* Simplified the dispatch code.Gravatar Benoit Steiner2016-01-08
* Reworked the dispatch of optimized cuda reduction kernels to workaround a nvc...Gravatar Benoit Steiner2016-01-08
* Improved the performance of reductions on CUDA devicesGravatar Benoit Steiner2016-01-04
* Optimized outer reduction on GPUs.Gravatar Benoit Steiner2015-12-22
* Silenced some compilation warnings triggered by nvccGravatar Benoit Steiner2015-12-17
* Simplified more of the IndexList code.Gravatar Benoit Steiner2015-11-12
* Started to make the IndexList code compile by more compilersGravatar Benoit Steiner2015-11-12
* Fixed CUDA compilation errorsGravatar Benoit Steiner2015-11-11
* Code cleanupGravatar Benoit Steiner2015-11-06
* Misc fixes to full reductionsGravatar Benoit Steiner2015-11-05
* Updated the reduction code so that full reductions now return a tensor of ran...Gravatar Benoit Steiner2015-11-04
* Many files were missing in previous changeset.Gravatar Gael Guennebaud2015-07-29
* Silenced a number of compilation warningsGravatar Benoit Steiner2015-06-29
* Improved performance of full reduction by 2 order of magnitude on CPU and 3 o...Gravatar Benoit Steiner2015-06-29
* Worked around some constexpr related bugs in nvcc 7Gravatar Benoit Steiner2015-05-28
* Silenced a few compilation warnings generated by nvccGravatar Benoit Steiner2015-02-10
* Silcenced a few compilation warningsGravatar Benoit Steiner2015-02-10
* Added the EIGEN_HAS_CONSTEXPR defineGravatar Benoit Steiner2015-02-06
* Silenced some compilation warningsGravatar Benoit Steiner2015-01-30
* mproved the performance of tensor reductions that preserve the inner most dim...Gravatar Benoit Steiner2015-01-27
* Improved the performance of tensor reductionsGravatar Benoit Steiner2015-01-14
* Silenced a few compilation warningsGravatar Benoit Steiner2014-10-16
* Added support for tensor reductions and concatenationsGravatar Benoit Steiner2014-10-01