aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorFunctors.h
Commit message (Expand)AuthorAge
* Fix compile issues for gcc 4.8.Gravatar Antonio Sanchez2021-07-01
* Modify tensor argmin/argmax to always return first occurence.Gravatar Antonio Sanchez2021-06-29
* Add packet generic ops `predux_fmin`, `predux_fmin_nan`, `predux_fmax`, and `...Gravatar Rasmus Munk Larsen2020-10-13
* [SYCL] This PR adds the minimum modifications to the Eigen unsupported module...Gravatar Mehdi Goli2019-06-28
* Don't vectorize the MeanReducer unless pdiv is available.Gravatar Rasmus Munk Larsen2018-09-11
* Use numerically stable tree reduction in TensorReduction.Gravatar Rasmus Munk Larsen2018-09-11
* Move sigmoid functor to core.Gravatar Rasmus Munk Larsen2018-08-03
* Converting ad-hoc inline keyword to EIGEN_STRONG_INLINE MACRO.Gravatar Mehdi Goli2018-08-01
* PR430: Convert count to the reducer type in MeanReducerGravatar Eugene Zhulenev2018-07-19
* bug #1569: fix Tensor<half>::mean() on AVX with respective unit test.Gravatar Gael Guennebaud2018-07-19
* Rename clip2 to clamp.Gravatar Rasmus Munk Larsen2018-05-16
* Rename scalar_clip_op to scalar_clip2_op to prevent collision with existing f...Gravatar Rasmus Munk Larsen2018-05-16
* Add vectorized clip functor for Eigen Tensors.Gravatar Rasmus Munk Larsen2018-05-14
* Use scalar_sum_op and scalar_quotient_op instead of operator+ and operator/ i...Gravatar RJ Ryan2017-04-14
* Deleted unnecessary semicolonsGravatar Benoit Steiner2016-11-18
* Fully support complex types in SumReducer and MeanReducer when building for C...Gravatar RJ Ryan2016-10-06
* Cleaned up the random number generation code.Gravatar Benoit Steiner2016-10-04
* 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