mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Clean debugging code
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user