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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: