aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorFunctors.h
Commit message (Expand)AuthorAge
* Don't attempt to vectorize mean reductions of integers since we can't useGravatar Benoit Steiner2015-12-22
* Made it possible to use the sigmoid functor within a CUDA kernel.Gravatar Benoit Steiner2015-12-04
* Added more missing EIGEN_DEVICE_FUNCGravatar Benoit Steiner2015-11-06
* Added support for modulo operationGravatar Benoit Steiner2015-11-05
* Added support for boolean reductions (ie 'and' & 'or' reductions)Gravatar Benoit Steiner2015-10-20
* Added support for argmax/argminGravatar Benoit Steiner2015-08-31
* 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 sigmoid function to the tensor moduleGravatar Benoit Steiner2015-07-17
* Added support for generation of random complex numbers on CUDA devicesGravatar Benoit Steiner2015-07-07
* Added a test for multithreaded full reductionsGravatar Benoit Steiner2015-06-30
* Added missing include filesGravatar Benoit Steiner2015-05-28
* Silenced a few compilation warningsGravatar Benoit Steiner2015-04-22
* Added the ability to generate a tensor from a custom user defined 'generator'...Gravatar Benoit Steiner2015-04-22
* Added support for non-deterministic random number generation on GPUGravatar Benoit Steiner2015-04-22
* Silenced a few compilation warningsGravatar Benoit Steiner2015-04-20
* Improved the tensor random number generators:Gravatar Benoit Steiner2015-04-20
* Fixed a bug in the handling of packets by the MeanReducerGravatar Benoit Steiner2015-03-19
* Added more tests to cover tensor reductionsGravatar Benoit Steiner2015-01-28
* Improved the performance of tensor reductionsGravatar Benoit Steiner2015-01-14
* Improved the functors defined for standard reductionsGravatar Benoit Steiner2014-10-09
* Added support for tensor reductions and concatenationsGravatar Benoit Steiner2014-10-01