-
Notifications
You must be signed in to change notification settings - Fork 125
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
[BlockSparseArrays] Sparse and block sparse matrix multiplication #1278
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1278 +/- ##
===========================================
- Coverage 84.03% 53.82% -30.22%
===========================================
Files 100 99 -1
Lines 8540 8487 -53
===========================================
- Hits 7177 4568 -2609
- Misses 1363 3919 +2556 ☔ View full report in Codecov by Sentry. |
NDTensors/src/lib/DiagonalArrays/src/diagonalarray/arraylayouts.jl
Outdated
Show resolved
Hide resolved
Great. Does this already use the sparse tensor type in the way you were saying, with the 'elements' being dense tensors/matrices? |
Yeah, that's been the design of the |
This adds support for sparse and block sparse matrix multiplication.
TODO:
DiagonalArray
andSparseArrayDOK
.