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

Optimizations for diagonal HermOrSym #48189

Merged
merged 8 commits into from
Jan 30, 2023
Merged

Optimizations for diagonal HermOrSym #48189

merged 8 commits into from
Jan 30, 2023

Conversation

dkarrasch
Copy link
Member

The added checks should generically fail quickly, but the benefits of performance in the diagonal case are presumably dramatic. Somewhat related to JuliaLang/LinearAlgebra.jl#922.

@dkarrasch
Copy link
Member Author

The factorization change is (not surprisingly) very beneficial, even for small matrices.

@dkarrasch dkarrasch added the performance Must go faster label Jan 14, 2023
@dkarrasch
Copy link
Member Author

I believe this is in good shape now. @stevengj Can you please take another look?

@dkarrasch dkarrasch changed the title RFC: Optimizations for diagonal HermOrSym Optimizations for diagonal HermOrSym Jan 19, 2023
@dkarrasch dkarrasch merged commit 6ab660d into master Jan 30, 2023
@dkarrasch dkarrasch deleted the dk/hermorsym branch January 30, 2023 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linear algebra Linear algebra performance Must go faster
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants