aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_argmax.cpp
Commit message (Collapse)AuthorAge
* 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
* Restore Tensor support for non c++11 compilersGravatar Benoit Steiner2016-04-29
|
* Updated the regressions tests that cover full reductionsGravatar Benoit Steiner2015-11-05
|
* Cleaned up a testGravatar Benoit Steiner2015-09-18
|
* Fixed compilation warningGravatar Benoit Steiner2015-09-17
|
* Fixed a compilation warningGravatar Benoit Steiner2015-09-08
|
* Fixed a compilation warningGravatar Benoit Steiner2015-09-08
|
* Added support for argmax/argminGravatar Benoit Steiner2015-08-31