aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/CUDA/PacketMath.h
Commit message (Expand)AuthorAge
* renaming CUDA* to GPU* for some header filesGravatar Deven Desai2018-07-11
* Derivative of the incomplete Gamma function and the sample of a Gamma random ...Gravatar Michael Figurnov2018-06-06
* Exponentially scaled modified Bessel functions of order zero and one.Gravatar Michael Figurnov2018-05-31
* Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al...Gravatar Gael Guennebaud2017-07-17
* Made most of the packet math primitives usable within CUDA kernel when compil...Gravatar Benoit Steiner2017-02-28
* Avoid unecessary float to double conversions.Gravatar Benoit Steiner2017-02-27
* Add TernaryFunctors and the betainc SpecialFunction.Gravatar Eugene Brevdo2016-06-02
* Remove now-unused protate PacketMath funcGravatar Benoit Jacob2016-05-24
* Added polygamma function.Gravatar Till Hoffmann2016-04-01
* Added zeta function.Gravatar Till Hoffmann2016-04-01
* Properly fix merge issues.Gravatar Eugene Brevdo2016-03-08
|\
| * Fix Eigen's building of sharded tests that use CUDA & more igamma/igammac bug...Gravatar Eugene Brevdo2016-03-07
| * Initial implementation of igamma and igammac.Gravatar Eugene Brevdo2016-03-03
* | Implemented protate() for CUDAGravatar Benoit Steiner2016-02-19
* | Added preliminary support for half floats on CUDA GPU. For now we can simply ...Gravatar Benoit Steiner2016-02-19
|/
* Add digamma for CPU + CUDA. Includes tests.Gravatar Eugene Brevdo2015-12-24
* Fixed a typo in previous change.Gravatar Benoit Steiner2015-12-21
* Added support for CUDA architectures that don's support for 3.5 capabilitiesGravatar Benoit Steiner2015-12-21
* Add special functions to Eigen: lgamma, erf, erfc.Gravatar Eugene Brevdo2015-12-07
* Made the CUDA implementation of ploadt_ro compatible with cuda implementation...Gravatar Benoit Steiner2015-11-03
* Added support for predux_mul for CUDA devicesGravatar Benoit Steiner2015-09-08
* Fix prototype of plset and generalize linspace functor.Gravatar Gael Guennebaud2015-08-07
* Let unpacket_traits<> exposes the required alignment and make use of it every...Gravatar Gael Guennebaud2015-08-07
* Fixed the CUDA packet primitivesGravatar Benoit Steiner2015-03-24
* Added reduction packet primitives for CUDAGravatar Benoit Steiner2014-11-19
* Added missing packet primitives for CUDA.Gravatar Benoit Steiner2014-10-30
* Vector primitives for CUDAGravatar Benoit Steiner2014-10-03