release: v1.5.0-rc.0#2331
Merged
Merged
Conversation
This comment has been minimized.
This comment has been minimized.
faf00ad to
3d5acf5
Compare
This comment has been minimized.
This comment has been minimized.
3d5acf5 to
b4d5716
Compare
This comment has been minimized.
This comment has been minimized.
b4d5716 to
0135530
Compare
This comment has been minimized.
This comment has been minimized.
0135530 to
d2f3318
Compare
This comment has been minimized.
This comment has been minimized.
d2f3318 to
c7320f1
Compare
This comment has been minimized.
This comment has been minimized.
Merging this PR will not alter performance
|
c7320f1 to
008cdba
Compare
This comment has been minimized.
This comment has been minimized.
008cdba to
617d630
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Updates to plonky3 v0.4.0. Syncs with openvm-org/stark-backend#195 closes INT-4245 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
Syncs with openvm-org/stark-backend#202 closes INT-5601 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
closes INT-5946
Fix some benchmarks that were panic-ing in debug mode.
A metrics fix was needed: at the end of `SingleSegmentVmProver::prove`
for `VmInstance`, we were using
```
self.state = Some(VmState::new_with_defaults(
```
to reset the state for the next prover's usage. However this unsets the
`fn_bounds` and `debug_infos` from the `exe` when in debug mode or with
feature `perf-metrics`. Now we recover those in `reset_state` from the
`exe` before each run.
371415b to
927fa46
Compare
This comment has been minimized.
This comment has been minimized.
Commit: 4a72b11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To be rebase merged.