File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,9 @@ use tracing::info_span;
1212
1313use crate :: { BabyBearSC , CompiledProgram } ;
1414
15- # [ cfg ( not ( feature = "cuda" ) ) ]
15+ // Use CPU for simplicity.
1616use crate :: PowdrSdkCpu as PowdrSdk ;
17- #[ cfg( feature = "cuda" ) ]
18- use crate :: PowdrSdkGpu as PowdrSdk ;
19-
20- #[ cfg( not( feature = "cuda" ) ) ]
2117use crate :: SpecializedConfigCpuBuilder as SpecializedConfigBuilder ;
22- #[ cfg( feature = "cuda" ) ]
23- use crate :: SpecializedConfigGpuBuilder as SpecializedConfigBuilder ;
24-
25- #[ cfg( feature = "cuda" ) ]
26- use openvm_cuda_backend:: engine:: GpuBabyBearPoseidon2Engine as BabyBearPoseidon2Engine ;
27- #[ cfg( not( feature = "cuda" ) ) ]
2818use openvm_stark_sdk:: config:: baby_bear_poseidon2:: BabyBearPoseidon2Engine ;
2919
3020/// Given a program and input, generates the trace segment by segment and calls the provided
You can’t perform that action at this time.
0 commit comments