Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eigen报内存对齐的错误 #3

Open
liushuan opened this issue Nov 24, 2021 · 1 comment
Open

Eigen报内存对齐的错误 #3

liushuan opened this issue Nov 24, 2021 · 1 comment

Comments

@liushuan
Copy link

deep_track_test: /home/liushuan/tools/eigen3/Eigen/src/Core/DenseStorage.h:109: Eigen::internal::plain_array<T, Size, MatrixOrArrayOptions, 16>::plain_array() [with T = float; int Size = 64; int MatrixOrArrayOptions = 1]: Assertion `(internal::UIntPtr(eigen_unaligned_array_assert_workaround_gcc47(array)) & (15)) == 0 && "this assertion is explained here: " "http://eigen.tuxfamily.org/dox-devel/group__TopicUnalignedArrayAssert.html" " **** READ THIS WEB PAGE !!! ****"' failed.
Aborted (core dumped)

@RichardoMrMu
Copy link
Owner

因为我之前没有遇到过这类问题,你可以尝试参考这篇文章https://blog.csdn.net/HUAJUN998/article/details/54311561,看看能否解决

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants