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

perf: dynamic dory commitment computation on the GPU should have parallel option #288

Merged
merged 6 commits into from
Oct 22, 2024

Conversation

jacobtrombetta
Copy link
Contributor

Rationale for this change

The dynamic Dory commitment computation can utilize the GPU. This PR introduces some parallelism to the code if the rayon feature is used when compiling.

What changes are included in this PR?

  • Parallel code options are wrapped in the if_rayon macro in the blitzar_metadata_table and dynamic_dory_commitment_helper_gpu modules.

Are these changes tested?

Yes

@jacobtrombetta jacobtrombetta marked this pull request as ready for review October 21, 2024 18:20
JayWhite2357
JayWhite2357 previously approved these changes Oct 22, 2024
@jacobtrombetta jacobtrombetta merged commit 60608d4 into main Oct 22, 2024
11 checks passed
@jacobtrombetta jacobtrombetta deleted the perf/parallel-dynamic-dory branch October 22, 2024 19:42
Copy link

🎉 This PR is included in version 0.33.6 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 this pull request may close these issues.

2 participants