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

Add sparse matrix option with Compressed Sparse Column ordering #693

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

mattldawson
Copy link
Collaborator

Adds Compressed Sparse Column ordering option for standard and vector sparse matrix ordering.

draft until the CUDA code is updated and more solver tests are added.

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 97.90210% with 6 lines in your changes missing coverage. Please review.

Project coverage is 93.68%. Comparing base (0576ed8) to head (a1523db).

Files with missing lines Patch % Lines
...matrix_standard_ordering_compressed_sparse_row.hpp 96.29% 2 Missing ⚠️
...e_matrix_vector_ordering_compressed_sparse_row.hpp 96.72% 2 Missing ⚠️
...rix_standard_ordering_compressed_sparse_column.hpp 98.33% 1 Missing ⚠️
...atrix_vector_ordering_compressed_sparse_column.hpp 98.55% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #693      +/-   ##
==========================================
+ Coverage   93.54%   93.68%   +0.14%     
==========================================
  Files          55       57       +2     
  Lines        3794     3943     +149     
==========================================
+ Hits         3549     3694     +145     
- Misses        245      249       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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