-
Notifications
You must be signed in to change notification settings - Fork 93
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
Conversation
407b8e2
to
87423c3
Compare
bab9f78
to
2901805
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 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)
2901805
to
8de0811
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.
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.
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 2 of 2 files at r3, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @spapinistarkware)
Merge activity
|
This change is