Skip to content

Commit

Permalink
Enable grumpkin-msm CUDA feature
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham committed Jan 24, 2024
1 parent 69e8e8c commit 22a211d
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 = []
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 22a211d

Please sign in to comment.