-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
range_check_19 #180
base: ohad/handle_0_inputs
Are you sure you want to change the base?
range_check_19 #180
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
0ba9b19
to
9614603
Compare
6ae808b
to
a39a84a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 3 of 3 files at r1, all commit messages.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @ohad-starkware)
a discussion (no related file):
A suggestion for improvement, not sure that we want to implement it though:
We can add the rc19 relation to rc_9_9 using two more multiplicities columns
stwo_cairo_prover/crates/prover/src/cairo_air/mod.rs
line 20 at r1 (raw file):
const LOG_MAX_ROWS: u32 = 20; const IS_FIRST_LOG_SIZES: [u32; 6] = [4, 6, 7, 14, 19, 18];
Q: Can we sort this array in any order?
Code quote:
const IS_FIRST_LOG_SIZES: [u32; 6] = [4, 6, 7, 14, 19, 18];
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @shaharsamocha7)
stwo_cairo_prover/crates/prover/src/cairo_air/mod.rs
line 20 at r1 (raw file):
Previously, shaharsamocha7 wrote…
Q: Can we sort this array in any order?
sorted alphabetically
9614603
to
969ab1a
Compare
a39a84a
to
6b76d25
Compare
969ab1a
to
781f498
Compare
6b76d25
to
72ed681
Compare
da93336
to
0a49722
Compare
72ed681
to
865c5e9
Compare
This change is