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: swap out default backend from pairing to blst #1482

Merged
merged 8 commits into from
Aug 10, 2021

Conversation

cryptonemo
Copy link
Collaborator

dignifiedquire
dignifiedquire previously approved these changes Jul 26, 2021
@cryptonemo
Copy link
Collaborator Author

Resolves #1438

@cryptonemo
Copy link
Collaborator Author

Requires bellperson 0.15.0 and a (breaking change) neptune release that also incorporates it.

@cryptonemo
Copy link
Collaborator Author

This PR will need a new review as it's getting ready since a number of deps are changing, including neptune usage, which has an updated API.

let mut tree_builder = TreeBuilder::<Tree::Arity>::new(
#[cfg(feature = "gpu")]
Some(BatcherType::OpenCL),
batcher,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The config flag in the line above is not needed as the whole function is only enabled when the gpu feature is enabled.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, I noticed it was there, so preserved it for now (i.e. left alone). Can remove before merging.

Copy link
Contributor

@DrPeterVanNostrand DrPeterVanNostrand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@cryptonemo cryptonemo merged commit 33714bf into master Aug 10, 2021
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.

4 participants