You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to batch each chip's main sumcheck together,
we have to reduce the peak memory in our current sumcheck prover (avoid caching 1st round evaluations in sumcheck prover #1274) since we need to store all trace matrices for later PCS opening and we need to store the intermediate evaluations during the sumcheck prover's running time.