Skip to content

Commit

Permalink
chore: Refactor CUDA feature dependencies in Cargo.toml
Browse files Browse the repository at this point in the history
- Removed unused neptune cuda feature in the project's `Cargo.toml`

Closes #275
  • Loading branch information
huitseeker authored and samuelburnham committed Jan 24, 2024
1 parent db4375f commit 69e8e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ abomonate = []
asm = ["halo2curves/asm"]
# Compiles in portable mode, w/o ISA extensions => binary can be executed on all systems.
portable = ["grumpkin-msm/portable"]
cuda = ["neptune/cuda", "neptune/pasta", "neptune/arity24"]
cuda = []
flamegraph = ["pprof/flamegraph", "pprof/criterion"]

# This is needed to ensure halo2curves, which imports pasta-curves, uses the *same* traits in bn256_grumpkin
Expand Down

0 comments on commit 69e8e8c

Please sign in to comment.