diff options
author | Rasmus Munk Larsen <rmlarsen@google.com> | 2019-01-11 17:47:11 -0800 |
---|---|---|
committer | Rasmus Munk Larsen <rmlarsen@google.com> | 2019-01-11 17:47:11 -0800 |
commit | 1c6e6e2c3f27c2fc2b2f4b15b4dc047eee6098dc (patch) | |
tree | a14efe8018a42766da679e2d5b5f10a5db23179d | |
parent | 28ba1b2c3209ea44956011dd5efd8d2b49a6f263 (diff) | |
parent | 0ba3b45419c723168712ace38fa02438717aef11 (diff) |
Merge.
-rw-r--r-- | Eigen/src/Core/arch/GPU/PacketMathHalf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/arch/GPU/PacketMathHalf.h b/Eigen/src/Core/arch/GPU/PacketMathHalf.h index 80d6d4de7..eab7be14c 100644 --- a/Eigen/src/Core/arch/GPU/PacketMathHalf.h +++ b/Eigen/src/Core/arch/GPU/PacketMathHalf.h @@ -150,7 +150,7 @@ template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE half ptrue<half>(const half& a) template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE half2 ptrue<half2>(const half2& a) { half2 result; *(reinterpret_cast<unsigned*>(&(result))) = 0xffffffffu; -} +} EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void ptranspose(PacketBlock<half2,2>& kernel) { |