aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/main.h
Commit message (Expand)AuthorAge
* Support manually disabling exceptionsHEADmasterGravatar Benjamin Barenblat2021-07-07
* Add Doxygen-style documentation to main.h.Gravatar Kolja Brix2021-07-07
* Use singleton pattern for static registered tests.Gravatar Antonio Sanchez2021-03-18
* Fix NVCC+ICC issues.Gravatar Antonio Sanchez2021-03-15
* Define EIGEN_CPLUSPLUS and replace most __cplusplus checks.Gravatar Antonio Sanchez2021-03-05
* Include chrono in main for c++11.Gravatar Antonio Sanchez2020-12-03
* Clean up packetmath tests and fix various bugs to make bfloat16 pass (almost)...Gravatar Rasmus Munk Larsen2020-10-09
* Support BFloat16 in EigenGravatar Teng Lu2020-06-20
* PR 719: fix real/imag namespace conflictGravatar Gael Guennebaud2019-10-08
* [SYCL] This PR adds the minimum modifications to Eigen core required to run E...Gravatar Mehdi Goli2019-06-27
* Clean up CUDA/NVCC version macros and their use in Eigen, and a few other CUD...Gravatar Rasmus Munk Larsen2019-05-31
* bug #1672: fix unit test compilation with MSVC by adding overloads of test_is...Gravatar Gael Guennebaud2019-01-28
* Avoid `I` as an identifier, since it may clash with the C-header complex.hGravatar Christoph Hertzberg2019-01-25
* Add more extensive tests of Array ctors, including {} variantsGravatar Gael Guennebaud2019-01-22
* Fix compilation of unit tests with gcc and c++17Gravatar Gael Guennebaud2019-01-18
* cleanupGravatar Gael Guennebaud2019-01-15
* Add support for thread local support on platforms that do not support it thro...Gravatar Rasmus Munk Larsen2018-08-13
* Disabling assert inside SYCL kernel.Gravatar Mehdi Goli2018-08-08
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Fix VERIFY_EVALUATION_COUNT(EXPR,N) with a complex expression as NGravatar Gael Guennebaud2018-07-17
* updates based on PR feedbackGravatar Deven Desai2018-06-14
* syncing this fork with upstreamGravatar Deven Desai2018-06-13
|\
| * bug #1531: expose NumDimensions for compatibility with TensorGravatar Gael Guennebaud2018-06-08
* | Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
| * Fix short vs longGravatar Gael Guennebaud2018-06-07
|/
* Add parenthesis to fix compiler warningsGravatar Christoph Hertzberg2018-04-15
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* Implement better static assertion checking to make sure that the first assert...Gravatar Gael Guennebaud2018-03-09
* Handle min/max/inf/etc issue in cuda_fp16.h directly in test/main.hGravatar Gael Guennebaud2017-08-24
* bug #1424: add numext::abs specialization for unsigned integer types.Gravatar Gael Guennebaud2017-06-09
* Fix tracking of temporaries in unit testsGravatar Gael Guennebaud2017-02-19
* Convert integers to real numbers when computing relative L2 errorGravatar Gael Guennebaud2017-01-05
* Fix misleading-indentation warnings.Gravatar Gael Guennebaud2016-12-01
* enable testing of Boost.Multiprecision with expression templatesGravatar Gael Guennebaud2016-07-20
* Enable custom scalar types in some unit tests.Gravatar Gael Guennebaud2016-07-20
* Disable MSVC's "decorated name length exceeded, name was truncated" warning i...Gravatar Gael Guennebaud2016-06-02
* Don't flood test output with successful VERIFY_IS_NOT_EQUAL tests.Gravatar Christoph Hertzberg2016-05-11
* Avoid double promotionGravatar Benoit Steiner2016-05-06
* Enabled the new threadpool testsGravatar Benoit Steiner2016-04-14
* Added support for fp16 to test_isApprox, test_isMuchSmallerThan, and test_isA...Gravatar Benoit Steiner2016-04-14
* Replace all M_PI by EIGEN_PI and add a check to the testsuite.Gravatar Christoph Hertzberg2016-03-23
* Merged patch 672 from Justin Lebar: Don't use long doubles with cudaGravatar Benoit Steiner2016-03-22
* Protect all calls to isnan, isinf and isfinite with parentheses.Gravatar Christoph Hertzberg2015-08-14
* Fix output of relative error, and add more support for long doubleGravatar Gael Guennebaud2015-07-21
* Factorize VERIFY_EVALUATION_COUNT in unit testsGravatar Gael Guennebaud2015-06-19
* Extend VERIFY_IS_APPROX to report the magnitude of the relative difference in...Gravatar Gael Guennebaud2015-06-15
* Merged default into unary-array-cwise-functorsGravatar Deanna Hood2015-04-20
|\
| * Add the possibility to make VERIFY* checks to output a warning instead of abo...Gravatar Gael Guennebaud2015-03-24
* | Remove ambiguity with recent numext methods isNaN and isInfGravatar Deanna Hood2015-03-17
|/
* Re-enbale detection of min/max parentheses protection, and re-enable mpreal_s...Gravatar Gael Guennebaud2015-02-27