aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorFunctors.h
Commit message (Expand)AuthorAge
* Updated the tensor sum and mean reducer to enable them to process complex num...Gravatar Benoit Steiner2016-09-28
* Made the gaussian generator usable on GPUGravatar Benoit Steiner2016-09-22
* Fix order of "static inline".Gravatar Gael Guennebaud2016-09-16
* bug #1195: move NumTraits::Div<>::Cost to internal::scalar_div_cost (with som...Gravatar Gael Guennebaud2016-09-08
* Fix CUDA build broken by changes to min and max reduction.Gravatar Rasmus Munk Larsen2016-09-02
* Adjust Tensor module wrt recent change in nullary functorGravatar Gael Guennebaud2016-09-01
* Fix bugs to make min- and max reducers with correctly with IEEE infinities.Gravatar Rasmus Munk Larsen2016-08-31
* Simplified the code that dispatches vectorized reductions on GPUGravatar Benoit Steiner2016-06-09
* Fixed definition of some of the reducer_traitsGravatar Benoit Steiner2016-06-09
* Improved support for vectorization of 16-bit floatsGravatar Benoit Steiner2016-06-09
* Advertize the packet api of the tensor reducers iff the corresponding packet ...Gravatar Benoit Steiner2016-05-18
* Roll back changes to core. Move include of TensorFunctors.h up to satisfy dep...Gravatar Rasmus Munk Larsen2016-05-17
* Improvements to parallelFor.Gravatar Rasmus Munk Larsen2016-05-12
* Worked around compilation errors with older versions of gccGravatar Benoit Steiner2016-05-11
* Added support for fp16 to the sigmoid functor.Gravatar Benoit Steiner2016-05-10
* Use DenseIndex in the MeanReducer to avoid overflows when processing very lar...Gravatar Benoit Steiner2016-04-19
* Merge upstream updates.Gravatar Rasmus Munk Larsen2016-04-14
|\
* | Eigen cost model part 1. This implements a basic recursive framework to estim...Gravatar Rasmus Munk Larsen2016-04-14
| * Added support for fp16 to the sigmoid functionGravatar Benoit Steiner2016-04-14
|/
* 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