sprs icon indicating copy to clipboard operation
sprs copied to clipboard

sparse by dense parallel products #298

Open aujxn opened this issue 3 years ago • 2 comments

Starts on #298. Using ndarray parallel iterators this is the naive conversion of the sparse by dense products to a multithreaded implementation. Ideally, there is a rayon into_par_iter implemenation for the existing CsMat::outer_iterator for some of these to be more optimal. In the current implementation, some sparse matrix by dense vector products are still going to be single threaded.

aujxn avatar Apr 26 '22 20:04 aujxn

Lets bump MSRV and see if the tests pass

mulimoen avatar May 01 '22 07:05 mulimoen

We will also need to run with --features multi-thread on CI to test this implementation

mulimoen avatar May 01 '22 07:05 mulimoen