aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-05-24 00:11:17 -0700
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-05-24 00:11:17 -0700
commitb517ab349bc0e014b121c888e70515f628fd7cff (patch)
tree805bd834e863d9e6c471e36b04b957501dcb384a /Eigen/src/Core
parent646872cb3b0dfd0952ff4f0463bd7512c019a711 (diff)
Use the generic ploadquad intrinsics since it does the job
Diffstat (limited to 'Eigen/src/Core')
-rw-r--r--Eigen/src/Core/arch/CUDA/PacketMathHalf.h6
1 files changed, 0 insertions, 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>(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<half, Packet4h>(const half* from, Index stride)
{
Packet4h result;