You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Resize function doesn't change stride_ if resize_type == kSetZero and rows == MatrixBase<Real>::num_rows_ && cols == MatrixBase<Real>::num_cols_.
#4904
Open
moshimo2019 opened this issue
Jan 27, 2024
· 0 comments
The `Resize` function doesn't change `stride_` if resize_type == kSetZero and `rows == MatrixBase<Real>::num_rows_ && cols == MatrixBase<Real>::num_cols_`.
The following code will crash if the column of the matrix to be loaded isn't multiple of 4
The following code will crash if the column of the matrix to be loaded isn't multiple of 4
Originally posted by @moshimo2019 in #2025 (comment)
The text was updated successfully, but these errors were encountered: