Skip to content

Commit

Permalink
use latest cuda lib
Browse files Browse the repository at this point in the history
  • Loading branch information
cliff0412 committed Mar 25, 2024
2 parents a1deafc + e4cf553 commit 4d82968
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion depends/cryptography_cuda
2 changes: 1 addition & 1 deletion field/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ quote = "1"

[features]
default = ["no_cuda"]
cuda = ["cryptography_cuda"]
cuda = ["cryptography_cuda/cuda"]
precompile = []
no_cuda = ["cryptography_cuda/no_cuda"]
2 changes: 1 addition & 1 deletion plonky2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gate_testing = []
parallel = ["hashbrown/rayon", "plonky2_maybe_rayon/parallel"]
std = ["anyhow/std", "rand/std", "itertools/use_std"]
timing = ["std"]
cuda = ["cryptography_cuda"]
cuda =["cryptography_cuda/cuda"]
no_cuda = ["cryptography_cuda/no_cuda"]
batch = []
cuda_timing = []
Expand Down

0 comments on commit 4d82968

Please sign in to comment.