aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_reduction.cpp
Commit message (Expand)AuthorAge
* Update tensor reduction test to avoid undefined division of bfloat16 by int.Gravatar Rasmus Munk Larsen2020-07-22
* Support BFloat16 in EigenGravatar Teng Lu2020-06-20
* Fix cxx11_tensor_{block_access, reduction} testsGravatar Eugene Zhulenev2018-10-25
* Fix shadow warningGravatar Christoph Hertzberg2018-10-02
* Use numerically stable tree reduction in TensorReduction.Gravatar Rasmus Munk Larsen2018-09-11
* bug #1569: fix Tensor<half>::mean() on AVX with respective unit test.Gravatar Gael Guennebaud2018-07-19
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Improved partial reductions in more casesGravatar Benoit Steiner2016-07-22
* Make EIGEN_HAS_CONSTEXPR user configurableGravatar Gael Guennebaud2016-05-20
* Added missing includeGravatar Benoit Steiner2016-03-04
* Updated the regressions tests that cover full reductionsGravatar Benoit Steiner2015-11-05
* Added support for boolean reductions (ie 'and' & 'or' reductions)Gravatar Benoit Steiner2015-10-20
* Fix shadow warnings in Tensor moduleGravatar Gael Guennebaud2015-06-16
* Added the EIGEN_HAS_CONSTEXPR defineGravatar Benoit Steiner2015-02-06
* Added more tests to cover tensor reductionsGravatar Benoit Steiner2015-01-28
* Created many additional testsGravatar 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