ORNL / ReSolve

Library of GPU-resident linear solvers
Other
51 stars 1 forks source link

alternate coo2csr implementation #175

Open superwhiskers opened 4 days ago

superwhiskers commented 4 days ago

this is a new coo2csr implementation, similar to the work done in #174, but written entirely from scratch, presumably with better performance (space/runtime---i've yet to benchmark it).

things that need to be done before this can be merged: