From 22a211d5b4f2782f4b4e5dc2755da7b05ab805b7 Mon Sep 17 00:00:00 2001 From: Samuel Burnham <45365069+samuelburnham@users.noreply.github.com> Date: Wed, 24 Jan 2024 15:38:09 -0500 Subject: [PATCH] Enable `grumpkin-msm` CUDA feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a52a736f..2ee9c744b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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