Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sparse by dense parallel products #298 #299

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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.

None yet

2 participants