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

BCOO => BatchedBlockSparseMatrix #17

Merged
merged 4 commits into from
Oct 11, 2024
Merged

Conversation

brentyi
Copy link
Owner

@brentyi brentyi commented Oct 10, 2024

Replaced the generic BCOO matrices with a custom block-sparse data structure.

This is still very naive + requires a scatter(_add), but speeds up conjugate gradient solves by ~40%.

@brentyi brentyi force-pushed the brent/blocksparse_scatteradd branch from c265641 to 85240ef Compare October 11, 2024 17:34
@brentyi brentyi merged commit a8a508e into main Oct 11, 2024
1 check passed
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.

1 participant