Skip to content

Commit

Permalink
Enable grumpkin-msm CUDA feature (microsoft#279)
Browse files Browse the repository at this point in the history
* chore: Refactor CUDA feature dependencies in Cargo.toml

- Removed unused neptune cuda feature in the project's `Cargo.toml`

Closes microsoft#275

* Enable `grumpkin-msm` CUDA feature

---------

Co-authored-by: François Garillot <francois@garillot.net>
  • Loading branch information
samuelburnham and huitseeker committed Jan 24, 2024
1 parent db4375f commit 5da330e
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 = ["grumpkin-msm/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 5da330e

Please sign in to comment.