aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_reduction.cpp
Commit message (Collapse)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 ↵Gravatar Gael Guennebaud2018-07-17
| | | | | | | | | EIGEN_DECLARE_TEST(mytest) { /* code */ }. This provide several advantages: - more flexibility in designing unit tests - unit tests can be glued to speed up compilation - unit tests are compiled with same predefined macros, which is a requirement for zapcc
* 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
| | | | Gate the tensor index list code based on the value of EIGEN_HAS_CONSTEXPR
* 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 a functor to encapsulate the generation of random numbers on cpu and gpu.
* Added support for tensor reductions and concatenationsGravatar Benoit Steiner2014-10-01