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

feat: use multiple GPUs for Pippenger's partition algorithm (PROOF-831) #127

Merged
merged 99 commits into from
Apr 30, 2024

Conversation

rnburn
Copy link
Collaborator

@rnburn rnburn commented Apr 30, 2024

Rationale for this change

Support using multiple GPUs to compute multi-exponentiations with Pippenger's partition algorithm.

What changes are included in this PR?

Modified the multi-exponentiation function to split the problem into smaller chunks and use multiple GPUs if available.

Are these changes tested?

Yes, I added tests for the new code paths by artificially using options that split the multi-exponentiation into smaller chunks.

@rnburn rnburn merged commit 88ee1d5 into main Apr 30, 2024
5 checks passed
@rnburn rnburn deleted the mgpu-PROOF-831 branch April 30, 2024 18:01
@SxT-Release
Copy link

🎉 This PR is included in version 1.51.0 🎉

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.

None yet

3 participants