Skip to content

Commit cbedb9d

Browse files
zlangleyjonathanpwang
authored andcommitted
feat: cuda tracegen for InitialOpenedValuesAir (#218)
1 parent 8c8f3b7 commit cbedb9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/stark-backend-v2/src/proof.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ pub struct WhirProof {
115115
/// For each WHIR round, the PoW witness.
116116
pub whir_pow_witnesses: Vec<F>,
117117
/// For the initial round: per commited matrix, per in-domain query.
118+
// num_commits x num_queries x (1 << k) x stacking_width[i]
118119
pub initial_round_opened_rows: Vec<Vec<Vec<Vec<F>>>>,
119120
pub initial_round_merkle_proofs: Vec<Vec<MerkleProof>>,
120121
/// Per non-initial round, per in-domain-query.

0 commit comments

Comments
 (0)