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: compute_dynamic_T_vec_prime should have a GPU implementation #276

Merged
merged 6 commits into from
Oct 19, 2024

Conversation

jacobtrombetta
Copy link
Contributor

Rationale for this change

Dynamic Dory commitment computation has a GPU implementation using Blitzar's vlen_msm function. This work extends the GPU implementation to the dynamic_dory_helper module by allowing the compute_dynamic_T_vec_prime function to also use the GPU.

New, non-refactoring, changes are isolated to this commit: e9699db.

What changes are included in this PR?

  • A GPU implementation is added to the compute_dynamic_T_vec_prime function.
  • Code creating Blitzar's metadata tables are refactored into a separate module to be used by both the dynamic_dory_commitment_helper_gpu and dynamic_dory_helper modules.

Are these changes tested?

Yes

@jacobtrombetta jacobtrombetta marked this pull request as ready for review October 17, 2024 15:50
@JayWhite2357 JayWhite2357 enabled auto-merge (squash) October 19, 2024 03:21
@JayWhite2357 JayWhite2357 merged commit 5b4b962 into main Oct 19, 2024
11 checks passed
@JayWhite2357 JayWhite2357 deleted the perf/dynamic_dory_T_vec branch October 19, 2024 03:38
Copy link

🎉 This PR is included in version 0.30.13 🎉

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