pub fn run_test_on_cpu_ctx<E: StarkEngine<SC = SC>>(
engine: &E,
airs: Vec<AirRef<SC>>,
ctxs: Vec<AirProvingContext<CpuColMajorBackend<SC>>>,
) -> Result<()>Expand description
Generic version of StarkEngine::run_test that accepts CPU-side contexts
and handles device transport automatically.