aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Expand)AuthorAge
* Fix warningsGravatar Gael Guennebaud2016-07-08
* Fix warningsGravatar Gael Guennebaud2016-07-08
* fix compilation with c++11Gravatar Gael Guennebaud2016-07-07
* Split huge unit testGravatar Gael Guennebaud2016-07-07
* Fix warningGravatar Gael Guennebaud2016-07-07
* Fix warningsGravatar Gael Guennebaud2016-07-07
* split huge unit testGravatar Gael Guennebaud2016-07-07
* fix clang compilationGravatar Gael Guennebaud2016-07-04
* Workaround compilation issue with msvcGravatar Gael Guennebaud2016-07-04
* Made it possible to compile reductions for an old cuda architecture and run t...Gravatar Benoit Steiner2016-06-29
* Made the code compile when using CUDA architecture < 300Gravatar Benoit Steiner2016-06-29
* 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
* Don't store the scan axis in the evaluator of the tensor scan operation since...Gravatar Benoit Steiner2016-06-27
* Fix hyperbolic functions for autodiff.Gravatar Gael Guennebaud2016-06-24
* merge pull request 198Gravatar Gael Guennebaud2016-06-24
|\
| * Fix some unused typedef warnings.Gravatar Gael Guennebaud2016-06-24
| * Fix NumTraits<AutoDiff>Gravatar Gael Guennebaud2016-06-24
| * Fix instantiation of ScalarBinaryOpTraits for AutoDiff.Gravatar 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
| | * bug #1241: does not emmit anything for empty tensorsGravatar Gael Guennebaud2016-06-23
| | * merge PR 194Gravatar Gael Guennebaud2016-06-23
| | |\
| | * | Silenced a couple of compilation warnings generated by xcodeGravatar Benoit Steiner2016-06-22
| | * | Turned the constructor of the PerThread struct into what is effectively a con...Gravatar Benoit Steiner2016-06-22
| | * | Handle empty tensors in the print functionsGravatar Benoit Steiner2016-06-21
| | * | 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
| | * | Merged in ibab/eigen (pull request PR-197)Gravatar Benoit Steiner2016-06-14
| | |\ \
| | * | | Avoid generating pseudo random numbers that are multiple of 5: this helpsGravatar Benoit Steiner2016-06-14
| | | * | Implement exclusive scan optionGravatar Igor Babuschkin2016-06-14
| | |/ /
| | | * mergeGravatar Gael Guennebaud2016-06-14
| | | |\ | | | |/ | | |/|
| | | * Update AutoDiffScalar wrt to scalar-multiple.Gravatar Gael Guennebaud2016-06-14
| | | * Update Tensor module to use bind1st_op and bind2nd_opGravatar Gael Guennebaud2016-06-14
| | | * Fix compilation of BVH exampleGravatar Gael Guennebaud2016-06-14
| | | * Add bind1st_op and bind2nd_op helpers to turn binary functors into unary ones...Gravatar Gael Guennebaud2016-06-13
| | * | Merged in ibab/eigen (pull request PR-195)Gravatar Benoit Steiner2016-06-10
| | |\ \
| | * | | Don't refer to the half2 type unless it's been definedGravatar Benoit Steiner2016-06-10
| | | * | Add small fixes to TensorScanOpGravatar Igor Babuschkin2016-06-07
| | | | * Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
| |_|_|/ |/| | |
| * | | size_t -> intGravatar Rasmus Munk Larsen2016-06-03
| * | | Add CurrentThreadId and NumThreads methods to Eigen threadpools and TensorDev...Gravatar Rasmus Munk Larsen2016-06-03
| | * | Simplified the code that dispatches vectorized reductions on GPUGravatar Benoit Steiner2016-06-09
| | * | Fixed definition of some of the reducer_traitsGravatar Benoit Steiner2016-06-09
| | * | Use signed integers more consistently to encode the number of threads to use ...Gravatar Benoit Steiner2016-06-09
| | * | Improved code formattingGravatar Benoit Steiner2016-06-09
| | * | Improved support for vectorization of 16-bit floatsGravatar Benoit Steiner2016-06-09
| | * | Added missing EIGEN_DEVICE_FUNCGravatar Benoit Steiner2016-06-07
| | |/
| | * Fixed compilation of BVH_Example (required for make doc)Gravatar Christoph Hertzberg2016-06-07