You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: