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

Move parallel evaluation code to CircuitChunks #266

Closed
aborgna-q opened this issue Dec 11, 2023 · 0 comments · Fixed by #528
Closed

Move parallel evaluation code to CircuitChunks #266

aborgna-q opened this issue Dec 11, 2023 · 0 comments · Fixed by #528
Labels

Comments

@aborgna-q
Copy link
Collaborator

Badger uses the chunks to split a circuit, optimise each part on a different thread, and join it again afterwards.

This could be a generic operation that can be used in other places too, so it should be added as a method for the chunks (à la rayon::iter).

@aborgna-q aborgna-q changed the title Move parallel optimisation code to CircuitChunks Move parallel evaluation code to CircuitChunks Dec 11, 2023
@aborgna-q aborgna-q removed the P-low label May 15, 2024
github-merge-queue bot pushed a commit that referenced this issue Aug 5, 2024
resolves #266

---------

Co-authored-by: Agustín Borgna <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant