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

PointEvaluationAccumulator #334

Merged
merged 1 commit into from
Feb 13, 2024
Merged

PointEvaluationAccumulator #334

merged 1 commit into from
Feb 13, 2024

Conversation

spapinistarkware
Copy link
Contributor

@spapinistarkware spapinistarkware commented Feb 13, 2024

This change is Reviewable

Copy link
Collaborator

@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 2 of 3 files at r1, 1 of 1 files at r2.
Reviewable status: all files reviewed (commit messages unreviewed), 3 unresolved discussions (waiting on @spapinistarkware)


src/lib.rs line 8 at r1 (raw file):

    slice_group_by,
    stdsimd,
    get_many_mut

Remove

Code quote:

get_many_mut

src/core/air/evaluation.rs line 73 at r1 (raw file):

        let rng = &mut StdRng::seed_from_u64(0);
        const MAX_LOG_SIZE: u32 = 10;
        const MASK: u32 = (1 << 30) - 1;

P?

Code quote:

(1 << 30) - 1

src/core/air/evaluation.rs line 83 at r1 (raw file):

            .map(|_| M31::from_u32_unchecked(rng.gen::<u32>() & MASK))
            .collect::<Vec<_>>();
        let alpha = m31!(2).into();

Can you take QM31 element here?

Code quote:

m31!(2)

Copy link
Contributor Author

@spapinistarkware spapinistarkware 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: 1 of 3 files reviewed, 2 unresolved discussions (waiting on @shaharsamocha7)


src/core/air/evaluation.rs line 83 at r1 (raw file):

Previously, shaharsamocha7 wrote…

Can you take QM31 element here?

Done.


src/lib.rs line 8 at r1 (raw file):

Previously, shaharsamocha7 wrote…

Remove

Done.

Copy link
Collaborator

@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.

:lgtm:

Reviewed 2 of 2 files at r3, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @spapinistarkware)

@spapinistarkware
Copy link
Contributor Author

spapinistarkware commented Feb 13, 2024

Merge activity

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