Commit 61161c6
Cache LDE from Round 1 to skip recomputation in Rounds 2-4 (#492)
* Cache LDE from Round 1 to skip recomputation in Rounds 2-4
* Remove timing profile script (moved to separate PR)
* Document memory trade-off, fix expect messages
* Fix stale trace_lde comment in prove_rounds_2_to_4
* Remove dead trace_lde telemetry field
* Remove LDE column pool, commit functions own their buffers (#498)
* Simplification (#500)
* Simplification
* Rename metadata -> cache
* Rework
* CacheLDE -> LDE
* Drop has_aux_trace param from build_round1
* Route reconstruct_round1 through build_round1
* Revert "Drop has_aux_trace param from build_round1"
This reverts commit 164c7c0.
* Pass has_aux_trace to build_round1 from reconstruct_round1
---------
Co-authored-by: gabrielbosio <gabrielbosio95@gmail.com>
---------
Co-authored-by: Mauro Toscano <12560266+MauroToscano@users.noreply.github.com>1 parent e8f201a commit 61161c6
6 files changed
Lines changed: 214 additions & 266 deletions
File tree
- crypto
- math/src/fft
- stark/src
- prover/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| |||
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
31 | | - | |
| 29 | + | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
35 | | - | |
| 33 | + | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
| |||
0 commit comments