mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-18 23:57:39 +08:00
Clean debugging code
This commit is contained in:
parent
462c28e77a
commit
3abc827354
@ -224,8 +224,7 @@ class blas_data_mapper {
|
|||||||
|
|
||||||
template <typename PacketT, int AlignmentT>
|
template <typename PacketT, int AlignmentT>
|
||||||
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE PacketT load(Index i, Index j) const {
|
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE PacketT load(Index i, Index j) const {
|
||||||
//return ploadt<PacketT, AlignmentT>(&operator()(i, j));
|
return ploadt<PacketT, AlignmentT>(&operator()(i, j));
|
||||||
return ploadu<PacketT>(m_data+j*m_stride+i);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE HalfPacket loadHalfPacket(Index i, Index j) const {
|
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE HalfPacket loadHalfPacket(Index i, Index j) const {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user