Block Sparse Matrix with the support of BufferView #468
alanray-tech
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Block Sparse Matrix
Sparse Matrix View is built on the facility of BufferView(#467) , with the ability to take a submatrix[row/col offset/count] + a subview[triplet offset/count], which represent a linear subsystem to prevent subsystem-level out of bound access.
Say:
TODO: API discussion.
TODO: Whether we want to put this in quadrants as a feature?
Beta Was this translation helpful? Give feedback.
All reactions