aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen
Commit message (Collapse)AuthorAge
...
* | 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
| | | | | | | | | | The TensorScanOp implementation was missing a CUDA kernel launch. This adds a simple placeholder implementation.
* | Don't store the scan axis in the evaluator of the tensor scan operation ↵Gravatar Benoit Steiner2016-06-27
| | | | | | | | | | | | since it's only used in the constructor. Also avoid taking references to values that may becomes stale after a copy construction.
* | 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
| |\ \
| | * | 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 ↵Gravatar Benoit Steiner2016-06-22
| | | | | | | | | | | | | | | | | | | | constant expression to make the code compatible with a wider range of compilers
| | * | | Handle empty tensors in the print functionsGravatar Benoit Steiner2016-06-21
| | | | |
| | * | | Fixed the printing of rank-0 tensorsGravatar Benoit Steiner2016-06-20
| | | | |
| | | | * Complete docs and add ostream operator for EulerAngles.Gravatar Tal Hadad2016-06-19
| | | | |
* | | | | Add autodiff coverage for standard library hyperbolic functions, and tests.Gravatar Geoffrey Lalonde2016-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * * * Corrected tanh derivatived, moved test definitions. * * * Added more test cases, removed lingering lines
| | * | | Merged in ibab/eigen (pull request PR-197)Gravatar Benoit Steiner2016-06-14
| | |\ \ \ | | | | | | | | | | | | | | | | | | Implement exclusive scan option for Tensor library
| | * | | | Avoid generating pseudo random numbers that are multiple of 5: this helpsGravatar Benoit Steiner2016-06-14
| | | | | | | | | | | | | | | | | | | | | | | | spread the load over multiple cpus without havind to rely on work stealing.
| | | * | | 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
| | | | |
| | | | * Little bit docsGravatar Tal Hadad2016-06-13
| | | | |
| | | | * Add static assertionGravatar Tal Hadad2016-06-13
| | | | |
| | | * | Add bind1st_op and bind2nd_op helpers to turn binary functors into unary ↵Gravatar Gael Guennebaud2016-06-13
| | | | | | | | | | | | | | | | | | | | ones, and implement scalar_multiple2 and scalar_quotient2 on top of them.
| | | | * More docs, and minor code fixesGravatar Tal Hadad2016-06-12
| | | | |
| | * | | Merged in ibab/eigen (pull request PR-195)Gravatar Benoit Steiner2016-06-10
| | |\ \ \ | | | | | | | | | | | | | | | | | | Add small fixes to TensorScanOp
| | * | | | 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
| | | | | |
| | | | | * Doc EulerAngles class, and minor fixes.Gravatar Tal Hadad2016-06-06
| | | | | |
| | | | * | Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Replace internal::scalar_product_traits<A,B> by Eigen::ScalarBinaryOpTraits<A,B,OP> - Remove the "functor_is_product_like" helper (was pretty ugly) - Currently, OP is not used, but it is available to the user for fine grained tuning - Currently, only the following operators have been generalized: *,/,+,-,=,*=,/=,+=,-= - TODO: generalize all other binray operators (comparisons,pow,etc.) - TODO: handle "scalar op array" operators (currently only * is handled) - TODO: move the handling of the "void" scalar type to ScalarBinaryOpTraits
| * | | | size_t -> intGravatar Rasmus Munk Larsen2016-06-03
| | | | |
| * | | | Add CurrentThreadId and NumThreads methods to Eigen threadpools and ↵Gravatar Rasmus Munk Larsen2016-06-03
| | | | | | | | | | | | | | | | | | | | TensorDeviceThreadPool.
| | * | | 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
| | | | | | | | | | | | | | | | | | | | to evaluate a tensor expression.
| | * | | 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 error with gcc 4.4Gravatar Benoit Steiner2016-06-06
| | | |
| | * | Misc small improvements to the reduction code.Gravatar Benoit Steiner2016-06-06
| | | |
| | * | Moved assertions to the constructor to make the code more portableGravatar Benoit Steiner2016-06-06
| |/ / |/| |
* | | Add TernaryFunctors and the betainc SpecialFunction.Gravatar Eugene Brevdo2016-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TernaryFunctors and their executors allow operations on 3-tuples of inputs. API fully implemented for Arrays and Tensors based on binary functors. Ported the cephes betainc function (regularized incomplete beta integral) to Eigen, with support for CPU and GPU, floats, doubles, and half types. Added unit tests in array.cpp and cxx11_tensor_cuda.cu Collapsed revision * Merged helper methods for betainc across floats and doubles. * Added TensorGlobalFunctions with betainc(). Removed betainc() from TensorBase. * Clean up CwiseTernaryOp checks, change igamma_helper to cephes_helper. * betainc: merge incbcf and incbd into incbeta_cfe. and more cleanup. * Update TernaryOp and SpecialFunctions (betainc) based on review comments.
* | | Use array_prod to compute the number of elements contained in the input ↵Gravatar Benoit Steiner2016-06-04
| | | | | | | | | | | | tensor expression
* | | Merged in ibab/eigen (pull request PR-192)Gravatar Benoit Steiner2016-06-03
|\ \ \ | | | | | | | | | | | | Add generic scan method
* | | | Improved the performance of full reductions.Gravatar Benoit Steiner2016-06-03
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AFTER: BM_fullReduction/10 4541 4543 154017 21.0M items/s BM_fullReduction/64 5191 5193 100000 752.5M items/s BM_fullReduction/512 9588 9588 71361 25.5G items/s BM_fullReduction/4k 244314 244281 2863 64.0G items/s BM_fullReduction/5k 359382 359363 1946 64.8G items/s BEFORE: BM_fullReduction/10 9085 9087 74395 10.5M items/s BM_fullReduction/64 9478 9478 72014 412.1M items/s BM_fullReduction/512 14643 14646 46902 16.7G items/s BM_fullReduction/4k 260338 260384 2678 60.0G items/s BM_fullReduction/5k 385076 385178 1818 60.5G items/s
| * | Add generic scan methodGravatar Igor Babuschkin2016-06-03
|/ /
* | Fix MatrixFunctions module.Gravatar Gael Guennebaud2016-06-03
| |