Skip to content
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

Open
wants to merge 1 commit into
base: ohad/handle_0_inputs
Choose a base branch
from
Open

Conversation

ohad-starkware
Copy link
Contributor

@ohad-starkware ohad-starkware commented Nov 19, 2024

This change is Reviewable

Copy link
Contributor Author

ohad-starkware commented Nov 19, 2024

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.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link
Contributor

@shaharsamocha7 shaharsamocha7 left a 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];

Copy link
Contributor Author

@ohad-starkware ohad-starkware left a 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants