aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_convolution.cpp
Commit message (Collapse)AuthorAge
* Don't use bracket syntax in ctor.Gravatar Rasmus Munk Larsen2018-09-13
|
* Avoid compilation error in C++11 test when EIGEN_AVOID_STL_ARRAY is set.Gravatar Rasmus Munk Larsen2018-09-06
|
* Fix missing-braces warningsGravatar Christoph Hertzberg2018-08-24
|
* Fix a few compiler warnings in CXX11 tests.Gravatar Rasmus Munk Larsen2018-08-14
|
* 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
* Updated the cxx11_tensor_convolution test to avoid using cxx11 features. ↵Gravatar Benoit Steiner2015-04-16
| | | | This should enable the test to compile with gcc 4.7 and older
* Pulled latest updates from trunkGravatar Benoit Steiner2015-04-01
|\
| * Added regression tests for tensor convolutionsGravatar Benoit Steiner2015-03-31
| |
* | Fixed clang compilation warningGravatar Benoit Steiner2015-02-28
|/
* Misc improvements and cleanupsGravatar Benoit Steiner2014-10-13
|
* Fixed a few compilation errors.Gravatar Benoit Steiner2014-06-10
|
* Added support for convolution and reshaping of tensors.Gravatar Benoit Steiner2014-06-06