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

Specialize 3-arg dot for sparse self-adjoint matrices #398

Merged
merged 5 commits into from
Jul 22, 2023

Conversation

dkarrasch
Copy link
Member

Fixes #83.

I only later realized that this might be resolved by the iternz iterator. But, for the time being, I suggest we fix this by explicit code, and condense later when the nz-iterator becomes available.

@codecov
Copy link

codecov bot commented Jun 19, 2023

Codecov Report

Merging #398 (cdde659) into main (cb10c1e) will increase coverage by 0.03%.
The diff coverage is 96.92%.

@@            Coverage Diff             @@
##             main     #398      +/-   ##
==========================================
+ Coverage   92.38%   92.41%   +0.03%     
==========================================
  Files          12       12              
  Lines        7600     7661      +61     
==========================================
+ Hits         7021     7080      +59     
- Misses        579      581       +2     
Impacted Files Coverage Δ
src/linalg.jl 87.00% <96.92%> (+0.48%) ⬆️

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

@dkarrasch
Copy link
Member Author

Can this be merged?

@ViralBShah
Copy link
Member

Should we hold back things until we get the SuiteSparse 7 PR merged, which should be soon, and get CI working reliably again?

@dkarrasch
Copy link
Member Author

Shall we merge now and include in v1.10?

@ViralBShah
Copy link
Member

ViralBShah commented Jul 17, 2023

Yes, I think it makes sense to merge for inclusion in 1.10. The tests seem sufficient here and perhaps that is enough to merge (I haven't been able to review the actual code ).

@dkarrasch dkarrasch merged commit 99c99b4 into main Jul 22, 2023
8 checks passed
@dkarrasch dkarrasch deleted the dk/dot_hermorsym branch July 22, 2023 12:48
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.

dot with Symmetric view of sparse matrix is very slow
2 participants