File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ openvm-rv32im-circuit.workspace = true
4545openvm-sdk.workspace = true
4646openvm-stark-sdk.workspace = true
4747openvm-stark-backend.workspace = true
48- openvm-cuda-backend. workspace = true
48+ openvm-cuda-backend = { workspace = true , optional = true }
4949
5050p3-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"]
5858default = [" 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 " ]
6060nightly-features = [
6161 " ceno_zkvm/nightly-features" ,
6262 " openvm-stark-sdk/nightly-features" ,
You can’t perform that action at this time.
0 commit comments