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: update to the latest version of proofs and other deps #170

Merged
merged 4 commits into from
Mar 16, 2021

Conversation

cryptonemo
Copy link
Contributor

feat: add support for gpu and gpu2 features
docs: add notes about GPU related features to the readme

feat: add support for `gpu` and `gpu2` features
docs: add notes about GPU related features to the readme
rust/Cargo.toml Outdated
@@ -31,13 +31,13 @@ rand = "0.7"
rand_chacha = "0.2.1"
rayon = "1.2.1"
anyhow = "1.0.23"
bellperson = { version = "0.12.0", default-features = false, features = ["gpu"] }
bellperson = { version = "0.13", default-features = false, features = ["gpu"] }
Copy link
Contributor

Choose a reason for hiding this comment

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

you can remove the gpu here, as it gets set below manually I guess

@cryptonemo cryptonemo merged commit d828994 into master Mar 16, 2021
@cryptonemo cryptonemo deleted the update-deps branch March 16, 2021 12:20
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.

3 participants