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

bench: create primitive benchmark for bls12-381 curve and field addition (PROOF-804) #103

Closed
wants to merge 11 commits into from

Conversation

jacobtrombetta
Copy link
Collaborator

@jacobtrombetta jacobtrombetta commented Mar 1, 2024

Rationale for this change

Running benchmarks on primitives will help us identify where to improve our code. The work adds primitive benchmarks for bls12-381 curve and field element addition.

What changes are included in this PR?

  • A primitives component is added to the benchmark folder.
  • A random number generator is added to the bls12-381 curve operation package group, curve_g1.
  • The curve_g1/property/curve component is updated to be CUDA_CALLABLE.

Are these changes tested?

Yes on a local machine and the Multi-T4.

@jacobtrombetta jacobtrombetta self-assigned this Mar 1, 2024
@jacobtrombetta jacobtrombetta deleted the bench/addition-primative branch April 25, 2024 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant