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 vector nonblocking initialisation bis parallel #329

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from

Conversation

anyzelman
Copy link
Member

Implements an alternative scheme for initialising the coordinates of sparse vectors for nonblocking execution.

@anyzelman anyzelman added this to the v0.9 milestone Mar 11, 2024
anyzelman and others added 2 commits March 11, 2024 13:08
…t, group everything in a single parallel section. Currently, we are paying the overhead of repeated thread creations. Second, change accessed_vector type to a vector instead of a set, thus preventing dynamic allocations and copies. (I have a working stash that did #2 first, but that is the wrong order to go about)
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