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

Parallelize linearly dependent contribution accumulation in Protogalaxy #856

Closed
Rumata888 opened this issue Feb 19, 2024 · 0 comments · Fixed by AztecProtocol/aztec-packages#4742
Assignees

Comments

@Rumata888
Copy link
Contributor

Right now we accumulate it sequentially on 1 core. For large polynomials it can be inefficient

@maramihali maramihali assigned lucasxia01 and unassigned maramihali Feb 20, 2024
maramihali pushed a commit to AztecProtocol/aztec-packages that referenced this issue Mar 13, 2024
Closes  AztecProtocol/barretenberg#856.

Changes accumulating the linearly dependent contribution to be
non-serial in protogalaxy, by incorporating its accumulation in the
parallel loop
AztecBot pushed a commit that referenced this issue Mar 14, 2024
Closes  #856.

Changes accumulating the linearly dependent contribution to be
non-serial in protogalaxy, by incorporating its accumulation in the
parallel loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants