Skip to content

Commit

Permalink
make allocator the default feature for fflonk-cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
Unsainted374 committed Jan 15, 2025
1 parent 082071b commit cdf0c2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions crates/fflonk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ serde_json = "1"
serde_derive = "1"

[features]
default = ["fflonk-cpu"]
default = ["fflonk-cpu/allocator"]
sanity = []
allocator = ["fflonk-cpu/allocator"]
2 changes: 1 addition & 1 deletion crates/proof-compression/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ byteorder = "1"
default = ["gpu", "fflonk", "gpu-prover"]
gpu = []
cpu = []
allocator = ["fflonk/allocator", "gpu-prover/allocator"]
allocator = ["fflonk", "gpu-prover/allocator"]

0 comments on commit cdf0c2f

Please sign in to comment.