aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Collapse)AuthorAge
* Added tests to validate flooring and ceiling of fp16Gravatar Benoit Steiner2016-04-14
|
* Added simple test for numext::sqrt and numext::pow on fp16Gravatar Benoit Steiner2016-04-14
|
* Added basic test for trigonometric functions on fp16Gravatar Benoit Steiner2016-04-14
|
* Made the test msvc friendlyGravatar Benoit Steiner2016-04-14
|
* Turn a converge check to a warningGravatar Gael Guennebaud2016-04-13
|
* Fixed compilation warnings generated by clangGravatar Benoit Steiner2016-04-12
|
* Fixed the zeta testGravatar Benoit Steiner2016-04-12
|
* 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
| | | | clang instead of nvcc
* Don't test the division by 0 on float16 when compiling with msvc since msvc ↵Gravatar Benoit Steiner2016-04-08
| | | | detects and errors out on divisions by 0.
* 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
|\ | | | | | | Added zeta function of two arguments and polygamma function
* | Renamed the EIGEN_TEST_NVCC cmake option into EIGEN_TEST_CUDA per the ↵Gravatar Benoit Steiner2016-04-06
| | | | | | | | discussion in bug #1173.
| * 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 ↵Gravatar Benoit Steiner2016-03-30
| | | | small improvements
* 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 ↵Gravatar Benoit Steiner2016-03-23
| | | | support for cxx11.
* 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 ↵Gravatar Benoit Steiner2016-03-17
| | | | indices for the LHS (after possibly swapping to ColMajor!) is increasing. Explicitly sort the contraction axis pairs to make it so.
* Merged in ebrevdo/eigen (pull request PR-169)Gravatar Christoph Hertzberg2016-03-16
|\ | | | | | | Bugfixes to cuda tests, igamma & igammac implemented, & tests for digamma, igamma, igammac on CPU & GPU.
* | 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 ↵Gravatar Benoit Steiner2016-03-11
| | | | | | | | std::array isn't available.
| * 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 ↵Gravatar Eugene Brevdo2016-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | bugfixes. 0. Prior to this PR, not a single sharded CUDA test was actually being *run*. Fixed that. GPU tests are still failing for igamma/igammac. 1. Add calls for igamma/igammac to TensorBase 2. Fix up CUDA-specific calls of igamma/igammac 3. Add unit tests for digamma, igamma, igammac in CUDA.
* | 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
| |