Skip to content

Commit 5ea388e

Browse files
gaxiomjonathanpwang
authored andcommitted
feat(cuda): ple sumcheck and fold (#122)
Closes INT-5178 Closes INT-5180
1 parent e379f2b commit 5ea388e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/stark-backend-v2/src/prover/sumcheck.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,8 @@ where
413413
sumcheck_round_poly_evals(n - round, 1, &[current_evals.as_view()], |_x, _y, evals| {
414414
[evals[0][0]]
415415
});
416+
417+
println!("CPU s: {:?}", s);
416418
assert_eq!(s.len(), 1);
417419
transcript.observe_ext(s[0]);
418420
round_polys_eval.push(s);

0 commit comments

Comments
 (0)