mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
Use the generic ploadquad intrinsics since it does the job
This commit is contained in:
parent
646872cb3b
commit
b517ab349b
@ -666,12 +666,6 @@ template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void pstoreu<half>(half* to, co
|
|||||||
*(reinterpret_cast<__int64_t*>(to)) = r;
|
*(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)
|
template<> EIGEN_DEVICE_FUNC inline Packet4h pgather<half, Packet4h>(const half* from, Index stride)
|
||||||
{
|
{
|
||||||
Packet4h result;
|
Packet4h result;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user