Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-sun committed Jan 10, 2025
1 parent 15cc283 commit 7246fde
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,9 @@ impl<AB: InteractionBuilder, const NUM_CELLS: usize> VmAdapterAir<AB>
timestamp_delta += is_valid.clone();

// TODO[yi]: Remove when vectorizing
// TODO[yi]: Decrease degree
// read data, disabled if SHINTW
// data pointer = [c]_d + [f]_d * g + b, degree 2
// data pointer = [c]_d + b, degree 2
builder
.when(is_valid.clone() - is_shintw.clone())
.assert_eq(
Expand Down

0 comments on commit 7246fde

Please sign in to comment.