aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Expand)AuthorAge
* bug #1197: fix/relax some LM unit testsGravatar Gael Guennebaud2016-04-09
* bug #1160: fix and relax some lm unit tests by turning faillures to warningsGravatar Gael Guennebaud2016-04-09
* Disabled the use of half2 on cuda devices of compute capability < 5.3Gravatar Benoit Steiner2016-04-08
* Created the new EIGEN_TEST_CUDA_CLANG option to compile the CUDA tests using ...Gravatar Benoit Steiner2016-04-08
* Don't test the division by 0 on float16 when compiling with msvc since msvc d...Gravatar Benoit Steiner2016-04-08
* Renamed float16 into cxx11_float16 since the test relies on c++11 featuresGravatar Benoit Steiner2016-04-07
* Worked around numerical noise in the test for the zeta function.Gravatar Benoit Steiner2016-04-07
* Fixed a typo in the polygamma test.Gravatar Benoit Steiner2016-04-07
* Added tests for float16Gravatar Benoit Steiner2016-04-07
* Fixed a typo in a testGravatar Benoit Steiner2016-04-07
* Added support for isinf, isnan, and isfinite checks to the tensor apiGravatar Benoit Steiner2016-04-07
* Fixed the tests for the zeta and polygamma functionsGravatar Benoit Steiner2016-04-06
* Merged in tillahoffmann/eigen (pull request PR-173)Gravatar Benoit Steiner2016-04-06
|\
* | Renamed the EIGEN_TEST_NVCC cmake option into EIGEN_TEST_CUDA per the discuss...Gravatar Benoit Steiner2016-04-06
| * Merged eigen/eigen into defaultGravatar tillahoffmann2016-04-05
| |\ | |/ |/|
* | bug #1189: fix pow/atan2 compilation for AutoDiffScalarGravatar Gael Guennebaud2016-04-05
| * Added CUDA tests.Gravatar Till Hoffmann2016-04-01
|/
* Added missing assignment operator to the TensorUInt128 class, and made misc s...Gravatar Benoit Steiner2016-03-30
* Use false instead of 0 as the expected value of a booleanGravatar Benoit Steiner2016-03-29
* Fixed compilation error on windowsGravatar Benoit Steiner2016-03-24
* Made sure that the cxx11_tensor_cuda test can be compiled even without suppor...Gravatar Benoit Steiner2016-03-23
* Use portable includesGravatar Benoit Steiner2016-03-23
* Fixed contractions of fp16Gravatar Benoit Steiner2016-03-23
* Added a test to verify that notifications are working properlyGravatar Benoit Steiner2016-03-23
* 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
* Filter some compilation flags that nvcc warns about.Gravatar Benoit Steiner2016-03-22
* Gate all the CUDA tests under the EIGEN_TEST_NVCC optionGravatar Benoit Steiner2016-03-18
* Fixed a typoGravatar Benoit Steiner2016-03-18
* Added a test to validate the fallback path for half floatsGravatar Benoit Steiner2016-03-18
* Fixed compilation warnings in the cuda testsGravatar Benoit Steiner2016-03-18
* Fix bug in tensor contraction. The code assumes that contraction axis indices...Gravatar Benoit Steiner2016-03-17
* Merged in ebrevdo/eigen (pull request PR-169)Gravatar Christoph Hertzberg2016-03-16
|\
* | Improved a testGravatar Benoit Steiner2016-03-14
* | Made half floats usable on hardware that doesn't support them natively.Gravatar Benoit Steiner2016-03-11
* | Updated the cxx11_meta test to work on the Eigen::array class when std::array...Gravatar Benoit Steiner2016-03-11
| * Properly fix merge issues.Gravatar Eugene Brevdo2016-03-08
| |\
| * | Resolve bad merge.Gravatar Eugene Brevdo2016-03-08
|/ /
| * Finishing touches on igamma/igammac for GPU. Tests now pass.Gravatar Eugene Brevdo2016-03-07
| * Fix Eigen's building of sharded tests that use CUDA & more igamma/igammac bug...Gravatar Eugene Brevdo2016-03-07
* | Added a test to validate the behavior of some of the tensor syntactic sugar.Gravatar Benoit Steiner2016-03-07
* | Added missing includeGravatar Benoit Steiner2016-03-06
* | Don't try to compile the uint128 test with compilers that don't support uint127Gravatar Benoit Steiner2016-03-06
* | Don't test our 128bit emulation code when compiling with msvcGravatar Benoit Steiner2016-03-05
* | Avoid using initializer lists in test since not all version of msvc support themGravatar Benoit Steiner2016-03-05
* | Use the CMAKE_CXX_STANDARD variable to turn on cxx11Gravatar Benoit Steiner2016-03-04
* | MSVC uses __uint128 while other compilers use __uint128_t to encode 128bit un...Gravatar Benoit Steiner2016-03-04
* | Fixed syntax errorGravatar Benoit Steiner2016-03-04
* | Added missing includeGravatar Benoit Steiner2016-03-04
* | Made the contraction test more portableGravatar Benoit Steiner2016-03-04