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

Hook into new factorization dispatch mechanisms #437

Merged
merged 8 commits into from
Oct 6, 2023
Merged

Conversation

dkarrasch
Copy link
Member

@dkarrasch dkarrasch commented Sep 2, 2023

This is a companion PR to JuliaLang/julia#51161 and JuliaLang/julia#51220. It should catch lu, qr and cholesky calls for wrapped sparse matrices (or, more generally, anything whose lucopy is an AbstractSparseMatrixCSC).

Now also depends on JuliaLang/julia#51245.

@dkarrasch
Copy link
Member Author

I tested locally, and the speed-up for larger wrapped sparse matrices is, not surprisingly, gigantic.

@dkarrasch dkarrasch closed this Sep 6, 2023
@dkarrasch dkarrasch reopened this Sep 6, 2023
@codecov
Copy link

codecov bot commented Sep 6, 2023

Codecov Report

Merging #437 (7655b45) into main (05ac950) will decrease coverage by 0.04%.
The diff coverage is 33.33%.

@@            Coverage Diff             @@
##             main     #437      +/-   ##
==========================================
- Coverage   85.43%   85.40%   -0.04%     
==========================================
  Files          13       13              
  Lines        8728     8734       +6     
==========================================
+ Hits         7457     7459       +2     
- Misses       1271     1275       +4     
Files Coverage Δ
src/solvers/cholmod.jl 89.83% <100.00%> (+0.02%) ⬆️
src/solvers/spqr.jl 85.56% <0.00%> (-0.93%) ⬇️
src/solvers/umfpack.jl 88.22% <0.00%> (-0.37%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dkarrasch dkarrasch changed the title Hook into a new lu dispatch mechanism Hook into a new factorization dispatch mechanisms Sep 7, 2023
@dkarrasch dkarrasch changed the title Hook into a new factorization dispatch mechanisms Hook into new factorization dispatch mechanisms Sep 7, 2023
@ViralBShah
Copy link
Member

Are we ready to merge this?

@dkarrasch dkarrasch merged commit 034d234 into main Oct 6, 2023
5 of 8 checks passed
@dkarrasch dkarrasch deleted the dk/lusparse branch October 6, 2023 09:15
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