mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +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>
|
||||
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE PacketT load(Index i, Index j) const {
|
||||
//return ploadt<PacketT, AlignmentT>(&operator()(i, j));
|
||||
return ploadu<PacketT>(m_data+j*m_stride+i);
|
||||
return ploadt<PacketT, AlignmentT>(&operator()(i, j));
|
||||
}
|
||||
|
||||
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE HalfPacket loadHalfPacket(Index i, Index j) const {
|
||||
|
Loading…
Reference in New Issue
Block a user