Skip to content

Conversation

aujxn
Copy link

@aujxn aujxn commented Apr 26, 2022

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.

@mulimoen
Copy link
Collaborator

mulimoen commented May 1, 2022

Lets bump MSRV and see if the tests pass

@mulimoen
Copy link
Collaborator

mulimoen commented May 1, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants