fix: make Eq3bAir receive n_logup and n_lift#2547
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
stephenh-axiom-xyz
left a comment
There was a problem hiding this comment.
LGTM after some nits + CUDA tracegen
| builder.assert_bool(local.is_present); | ||
| builder.when(local.is_present).assert_one(local.is_valid); | ||
| builder | ||
| .when(local.is_valid) |
There was a problem hiding this comment.
This should be local.is_valid + local.is_last
There was a problem hiding this comment.
Ah no, it should be is_valid + is_last - is_last, so now is right
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
Claude finished @Golovanov399's task in 2m 20s —— View job Code Review: Make Eq3bAir receive
|
This resolves INT-6774.
Eq3bAir now maintains
n_logupas well, constrains that it's constant across the AIR as well asn_liftand receives them one per AIR.