-
Notifications
You must be signed in to change notification settings - Fork 15
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
TridiagSolver (dist): STEP2 Make rank1 work just on local non-deflated eigenvectors #996
Conversation
b1d0c7e
to
e80f01a
Compare
c22b56f
to
42d6681
Compare
Develop: TridiagSolver (dist): STEP1 rank-independent sort of eigenvalues by column type for rank1 solver (#967) Develop: TridiagSolver (dist): STEP2 Make rank1 work just on local non-deflated eigenvectors (#996) Develop: TridiagSolver (dist): STEP2b Make rank1 work just on local non-deflated eigenvectors (multi-threaded) (#997) Develop: TridiagSolver (dist): STEP3 reduce GEMM step computational cost (#998)
61b3265
to
51109c9
Compare
42d6681
to
477b2e2
Compare
make rank1 work just on non-deflated (single-threaded)
…r, minor renamings
477b2e2
to
0d17094
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't comment on the algorithm specifics as usual, the rest look all good to me.
cscs-ci run |
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #996 +/- ##
==========================================
- Coverage 94.05% 93.99% -0.06%
==========================================
Files 145 145
Lines 9068 9032 -36
Branches 1160 1159 -1
==========================================
- Hits 8529 8490 -39
+ Misses 321 320 -1
- Partials 218 222 +4 ☔ View full report in Codecov by Sentry. |
…flated eigenvectors (#996)
stablePartitionIndex
now computesk_lc
together withi6
andi2
needed by rank1TODO