Commit bfde85a
authored
Simpler and faster (#89)
* wip
* wip
* wip
* wip
* gud
* wip
* wip
* wip
* wip
* wip
* wip
* PackedLookup works
* rename crate "packed_pcs" to "sub_protocols"
* make subprotocol explicit: commit_extension_from_base
* naming
* wip
* wip
* normal packed lookup works
* bellissimo
* wip
* simplify dependencies
* clippy
* replace branch by mul
* wip
* bellissimo
* par_iter for inner evals in open_structured_columns
* redundant evaluation
* test_matrix_down_folded
* remove dead code
* still test_matrix_down_folded
* wip
* AIR: include the last transition (using padding "default" values)
* bellissimo
* better PrecompileFootprint
* pave the way: univariate skip in GKR grand product
* bellissimo: batch together the evaluation of the virtual column for GKR grand product (execution table) with the AIR transition check
* simplify instruction encoding for precompiles
* bellissimo: remove sumcheck to evaluate virtual column in DOT_PRODUCT table (for GKR grand product)
* remove mod precompiles
* benchmarks
---------
Co-authored-by: Tom Wambsgans <[email protected]>1 parent 8929f7d commit bfde85a
File tree
88 files changed
+4088
-3479
lines changed- crates
- air
- src
- lean_compiler
- src
- ir
- parser/parsers
- lean_prover
- src
- tests
- vm_air
- src
- witness_generation
- src
- lean_vm
- src
- core
- execution
- isa
- operands
- witness
- tests
- lookup
- src
- poseidon_circuit
- src
- gkr_layers
- rec_aggregation
- src
- sub_protocols
- src
- tests
- utils
- src
- xmss
- src
- docs/benchmark_graphs
- graphs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
88 files changed
+4088
-3479
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
44 | 48 | | |
45 | 49 | | |
46 | 50 | | |
47 | | - | |
| 51 | + | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
| |||
58 | 62 | | |
59 | 63 | | |
60 | 64 | | |
61 | | - | |
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
| 68 | + | |
65 | 69 | | |
66 | 70 | | |
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
84 | 84 | | |
85 | | - | |
86 | | - | |
| 85 | + | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | 97 | | |
99 | 98 | | |
100 | 99 | | |
101 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | | - | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
21 | | - | |
22 | 19 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | | - | |
| 9 | + | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
0 commit comments