| commit | f7362772e3236cdb8ae4d9be175f83a0b19902a0 | [log] [tgz] |
|---|---|---|
| author | Eugene Brevdo <ebrevdo@gmail.com> | Thu Dec 24 21:15:38 2015 -0800 |
| committer | Eugene Brevdo <ebrevdo@gmail.com> | Thu Dec 24 21:15:38 2015 -0800 |
| tree | bc37d8bf30c8ad5621c5c2479e74e98e8daeb57e | |
| parent | bdcbc66a5cca656e1cbdfa97668f3e400a7cb08d [diff] [blame] |
Add digamma for CPU + CUDA. Includes tests.
diff --git a/Eigen/src/Core/arch/CUDA/PacketMath.h b/Eigen/src/Core/arch/CUDA/PacketMath.h index 9d57731..d3d9f91 100644 --- a/Eigen/src/Core/arch/CUDA/PacketMath.h +++ b/Eigen/src/Core/arch/CUDA/PacketMath.h
@@ -40,6 +40,7 @@ HasSqrt = 1, HasRsqrt = 1, HasLGamma = 1, + HasDiGamma = 1, HasErf = 1, HasErfc = 1, @@ -63,6 +64,7 @@ HasSqrt = 1, HasRsqrt = 1, HasLGamma = 1, + HasDiGamma = 1, HasErf = 1, HasErfc = 1,