Skip to content

Commit 8847778

Browse files
committed
openvm-cuda-backend is optional
1 parent c4e3509 commit 8847778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ceno_recursion/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ openvm-rv32im-circuit.workspace = true
4545
openvm-sdk.workspace = true
4646
openvm-stark-sdk.workspace = true
4747
openvm-stark-backend.workspace = true
48-
openvm-cuda-backend.workspace = true
48+
openvm-cuda-backend = { workspace = true, optional = true }
4949

5050
p3-monty-31 = { git = "https://github.com/Plonky3/Plonky3.git", rev = "539bbc84085efb609f4f62cb03cf49588388abdb" }
5151

@@ -56,7 +56,7 @@ path = "src/bin/e2e_aggregate.rs"
5656
[features]
5757
# bench-metrics = ["openvm-circuit/bench-metrics"]
5858
default = ["parallel", "nightly-features"]
59-
gpu = ["openvm-circuit/cuda", "openvm-native-circuit/cuda"]
59+
gpu = ["openvm-circuit/cuda", "openvm-native-circuit/cuda", "dep:openvm-cuda-backend"]
6060
nightly-features = [
6161
"ceno_zkvm/nightly-features",
6262
"openvm-stark-sdk/nightly-features",

0 commit comments

Comments
 (0)