aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorFunctors.h
Commit message (Expand)AuthorAge
* Added support for fmodGravatar Benoit Steiner2016-03-28
* Improved support for integer moduloGravatar Benoit Steiner2016-03-25
* Avoid mutable class members when possibleGravatar Benoit Steiner2016-03-17
* Allocate the mersenne twister used by the random number generators on the hea...Gravatar Benoit Steiner2016-03-17
* Enable the random number generators when compiling with visual studioGravatar Benoit Steiner2016-03-09
* Use NumTraits::highest() and NumTraits::lowest() instead of the std::numeric_...Gravatar Benoit Steiner2016-03-07
* Properly vectorized the random number generatorsGravatar Benoit Steiner2016-02-26
* Marked the And and Or reducers as stateless.Gravatar Benoit Steiner2016-02-24
* Added support for tensor reductions on half floatsGravatar Benoit Steiner2016-02-19
* 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