Skip to content

Commit

Permalink
more debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
kunxian-xia committed Oct 31, 2024
1 parent ea12939 commit 0080e6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ceno_zkvm/src/scheme/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ impl<E: ExtensionField, PCS: PolynomialCommitmentScheme<E>> ZKVMProver<E, PCS> {
);
exit_span!(span);

tracing::debug!("tower sumcheck");
tracing::debug!("tower sumcheck finished");
// batch sumcheck: selector + main degree > 1 constraints
let span = entered_span!("sumcheck::main_sel");
let (rt_r, rt_w, rt_lk, rt_non_lc_sumcheck): (Vec<E>, Vec<E>, Vec<E>, Vec<E>) = (
Expand Down Expand Up @@ -1182,6 +1182,7 @@ impl TowerProver {
}
}

tracing::debug!("generated tower proof at round {}/{}", round, max_round_index);
let (sumcheck_proofs, state) = IOPProverStateV2::prove_batch_polys(
num_threads,
virtual_polys.get_batched_polys(),
Expand Down

0 comments on commit 0080e6c

Please sign in to comment.