-
Notifications
You must be signed in to change notification settings - Fork 80
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
Use precomputed twiddles #494
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @spapinistarkware and the rest of your teammates on Graphite |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## spapini/03-16-add_measurement_logs #494 +/- ##
=====================================================================
Coverage ? 94.26%
=====================================================================
Files ? 66
Lines ? 8407
Branches ? 8407
=====================================================================
Hits ? 7925
Misses ? 418
Partials ? 64 ☔ View full report in Codecov by Sentry. |
afd090c
to
3ff331b
Compare
a7f10f1
to
534a0d2
Compare
f4b7c15
to
07a62f9
Compare
2bf22ce
to
34378d1
Compare
07a62f9
to
7240676
Compare
34378d1
to
d73baf2
Compare
7240676
to
60bf0a0
Compare
d73baf2
to
bf937f6
Compare
60bf0a0
to
c048950
Compare
bf937f6
to
13fdd89
Compare
c048950
to
c61c35b
Compare
13fdd89
to
400f7b3
Compare
c61c35b
to
82a86ae
Compare
400f7b3
to
87aa9c7
Compare
82a86ae
to
eeb1ad0
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 2 files at r1, all commit messages.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @alonh5 and @spapinistarkware)
src/core/prover/mod.rs
line 75 at r1 (raw file):
let span = span!(Level::INFO, "Precompute twiddle").entered(); let twiddles = B::precompute_twiddles( CanonicCoset::new(air.composition_log_degree_bound() + 1)
- LOG_BLOWUP_FACTOR?
Code quote:
+ 1
src/core/prover/mod.rs
line 387 at r1 (raw file):
}, }; let domain = CanonicCoset::new(LOG_DOMAIN_SIZE).circle_domain();
What's that change?
Code quote:
CanonicCoset::new(LOG_DOMAIN_SIZE).circle_domain();
eeb1ad0
to
c79fbdb
Compare
87aa9c7
to
da509ab
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 2 files reviewed, 2 unresolved discussions (waiting on @alonh5 and @shaharsamocha7)
src/core/prover/mod.rs
line 75 at r1 (raw file):
Previously, shaharsamocha7 wrote…
- LOG_BLOWUP_FACTOR?
Done.
src/core/prover/mod.rs
line 387 at r1 (raw file):
Previously, shaharsamocha7 wrote…
What's that change?
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 1 of 1 files at r2, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @alonh5 and @spapinistarkware)
a discussion (no related file):
Do we need to add a "Could not compute twiddles for this domain" error?
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: complete! all files reviewed, all discussions resolved (waiting on @alonh5)
c79fbdb
to
1b54a8c
Compare
da509ab
to
1d0bcc6
Compare
Merge activity
|
1d0bcc6
to
164887a
Compare
This change is