ORNL / ReSolve

Library of GPU-resident linear solvers
Other
54 stars 2 forks source link

Rework of coo2csr conversion #174

Closed pelesh closed 2 weeks ago

pelesh commented 3 months ago

The new implementation of coo2csr has complexity $O(NNZ\log(NNZ))$. It handles unordered COO with duplicates. More testing is needed.

superwhiskers commented 3 weeks ago

my only comment to make here would be that there's #175 which i can open a pull request to the branch of to add in the fixes for the conversion code i developed while fixing and making #178

pelesh commented 3 weeks ago

my only comment to make here would be that there's #175 which i can open a pull request to the branch of to add in the fixes for the conversion code i developed while fixing and making #178

Tests fail in #175 so it is not a ready-to-merge solution. I need to address #176 before we can implement a sustainable solution.