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

Eigensolver should handle sparse matrices with nnz!=30 #4

Open
jamesavery opened this issue Jul 11, 2023 · 0 comments
Open

Eigensolver should handle sparse matrices with nnz!=30 #4

jamesavery opened this issue Jul 11, 2023 · 0 comments
Assignees

Comments

@jamesavery
Copy link
Owner

Currently, the GPU eigensolver is hardcoded for 30 nonzero entries per row (the Hessian for the Pedersen force field). However, we may want to diagonalize adjacency matrices (3 nz per row) and the force field including "flatness" (>30 nz per row). What is the performance hit for making it dynamic? Is it bad enough to warrant templating?

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

No branches or pull requests

2 participants