From b517ab349bc0e014b121c888e70515f628fd7cff Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Tue, 24 May 2016 00:11:17 -0700 Subject: [PATCH] Use the generic ploadquad intrinsics since it does the job --- Eigen/src/Core/arch/CUDA/PacketMathHalf.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Eigen/src/Core/arch/CUDA/PacketMathHalf.h b/Eigen/src/Core/arch/CUDA/PacketMathHalf.h index 0530df001..1584c40bd 100644 --- a/Eigen/src/Core/arch/CUDA/PacketMathHalf.h +++ b/Eigen/src/Core/arch/CUDA/PacketMathHalf.h @@ -666,12 +666,6 @@ template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void pstoreu(half* to, co *(reinterpret_cast<__int64_t*>(to)) = r; } -template<> EIGEN_DEVICE_FUNC inline Packet4h -ploadquad(const half* from) { - assert(false); - return Packet4h(); -} - template<> EIGEN_DEVICE_FUNC inline Packet4h pgather(const half* from, Index stride) { Packet4h result;