aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Expand)AuthorAge
* Fix testing of log nearby 1Gravatar Gael Guennebaud2016-07-22
* Truely split unit test.Gravatar Gael Guennebaud2016-07-22
* Extend unit testing of half with ADL and arrays.Gravatar Gael Guennebaud2016-07-21
* Manually add -stdd=c++11 to nvcc for old cmake versionsGravatar Gael Guennebaud2016-07-12
* reverted unintended change.Gravatar Benoit Steiner2016-07-11
* Made the packetmath test compile again. A better fix would be to move the spe...Gravatar Benoit Steiner2016-07-11
* mergeGravatar Gael Guennebaud2016-07-11
|\
| * Fix configuration of CUDA:Gravatar Gael Guennebaud2016-07-11
| * Split test_slice_in_expr which seems to be huge for visualGravatar Gael Guennebaud2016-07-11
| * Fix warningsGravatar Gael Guennebaud2016-07-08
| * Fix warningsGravatar Gael Guennebaud2016-07-08
* | bug #1232: refactor special functions as a new SpecialFunctions module, curre...Gravatar Gael Guennebaud2016-07-08
|/
* fix compilation with c++11Gravatar Gael Guennebaud2016-07-07
* Split huge unit testGravatar Gael Guennebaud2016-07-07
* Fix warningsGravatar Gael Guennebaud2016-07-07
* split huge unit testGravatar Gael Guennebaud2016-07-07
* Add missing CUDA kernel to tensor scan opGravatar Igor Babuschkin2016-06-29
* Added a test to validate the tensor scan evaluation on GPU. The test is curre...Gravatar Benoit Steiner2016-06-27
* merge pull request 198Gravatar Gael Guennebaud2016-06-24
|\
| * Return -1 from CurrentThreadId when called by thread outside the pool.Gravatar Rasmus Munk Larsen2016-06-23
| * Resolve merge.Gravatar Rasmus Munk Larsen2016-06-23
| |\
| | * Add unit test for printing empty tensorsGravatar Gael Guennebaud2016-06-23
| | * Fixed the printing of rank-0 tensorsGravatar Benoit Steiner2016-06-20
* | | Add autodiff coverage for standard library hyperbolic functions, and tests.Gravatar Geoffrey Lalonde2016-06-15
| | * Implement exclusive scan optionGravatar Igor Babuschkin2016-06-14
| |/ |/|
| * size_t -> intGravatar Rasmus Munk Larsen2016-06-03
| * Add CurrentThreadId and NumThreads methods to Eigen threadpools and TensorDev...Gravatar Rasmus Munk Larsen2016-06-03
* | Add TernaryFunctors and the betainc SpecialFunction.Gravatar Eugene Brevdo2016-06-02
* | Disable the tensor tests when using msvc since older versions of the compiler...Gravatar Benoit Steiner2016-06-04
|/
* Add syntactic sugar to Eigen tensors to allow more natural syntax.Gravatar Rasmus Munk Larsen2016-06-02
* Add tensor scan opGravatar Igor Babuschkin2016-06-02
* Speedup a testGravatar Benoit Steiner2016-06-01
* Added a new operation to enable more powerful tensorindexing.Gravatar Benoit Steiner2016-05-27
* Fixed option '--relaxed-constexpr' has been deprecated and replaced by option...Gravatar Benoit Steiner2016-05-27
* Resolved merge conflictsGravatar Benoit Steiner2016-05-26
* Merged latest reduction improvementsGravatar Benoit Steiner2016-05-26
|\
* | Improved the performance of inner reductions.Gravatar Benoit Steiner2016-05-26
* | Improved the coverage of the fp16 reduction testsGravatar Benoit Steiner2016-05-26
* | Added support for statically known lists of pairs of indicesGravatar Benoit Steiner2016-05-25
* | Silenced several double-promotion warningsGravatar Christoph Hertzberg2016-05-22
* | fixed macro nameGravatar Christoph Hertzberg2016-05-22
* | Make EIGEN_HAS_CONSTEXPR user configurableGravatar Gael Guennebaud2016-05-20
* | Make EIGEN_HAS_VARIADIC_TEMPLATES user configurableGravatar Gael Guennebaud2016-05-20
| * Merged latest updates from trunkGravatar Benoit Steiner2016-05-17
| |\
| * | Allow vectorized padding on GPU. This helps speed things up a little.Gravatar Benoit Steiner2016-05-17
* | | bug #1223: fix compilation of AutoDiffScalar's min/max operators, and add reg...Gravatar Gael Guennebaud2016-05-18
* | | bug #1222: fix compilation in AutoDiffScalar and add respective unit testGravatar Gael Guennebaud2016-05-18
| |/ |/|
* | Don't rely on c++11 extension when we don't have to.Gravatar Benoit Steiner2016-05-17
|/
* Fixed potential race condition in the non blocking thread poolGravatar Benoit Steiner2016-05-12
* Fixed a couple of bugs related to the Pascalfamily of GPUsGravatar Benoit Steiner2016-05-11