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

LinearAlgebra/qr: Stop trying to factorize uninitialized memory #46386

Merged
merged 1 commit into from
Aug 18, 2022

Conversation

Keno
Copy link
Member

@Keno Keno commented Aug 17, 2022

It's fine for the test as is, but msan won't like this when enabled,
just use a random matrix rather than an uninitialized one.

It's fine for the test as is, but msan won't like this when enabled,
just use a random matrix rather than an uninitialized one.
@Keno Keno merged commit 330ddfc into master Aug 18, 2022
@Keno Keno deleted the kf/linalguninit branch August 18, 2022 16:11
@Keno Keno mentioned this pull request Aug 19, 2022
60 tasks
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

Successfully merging this pull request may close these issues.

2 participants