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

Dynamic Sparse Matrix #198

Closed
guimarqu opened this issue Oct 3, 2019 · 1 comment · Fixed by #241
Closed

Dynamic Sparse Matrix #198

guimarqu opened this issue Oct 3, 2019 · 1 comment · Fixed by #241
Assignees
Labels
Milestone

Comments

@guimarqu
Copy link
Contributor

guimarqu commented Oct 3, 2019

Coefficient sparse matrix is stored using List of List format. This format has very bad performance for SpMV.
In the mid-term, we can try to improve LoL.
In the long-term, we should try a better format like Dynamic CSR, Packed CSR or Hornet.

@guimarqu guimarqu added enhancement New feature or request performance labels Oct 3, 2019
@guimarqu guimarqu added this to the v1.0 milestone Oct 3, 2019
@guimarqu
Copy link
Contributor Author

guimarqu commented Oct 9, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant