Commit 67092de
authored
feat(recursion): reduce cycles in ceno proof loading (#1248)
## Summary
- [x] rely on scroll-tech/openvm#30.
- [x] we read `prod_evals` from hint space inside `NativeSumcheck` chip
instead of moving them from hint stream to memory word by word.
### Performance
verifying the 6th shard of block `23817600`, the total cells and
instructions_executed before and after this PR.
| | total cells | instructions_executed |
| - | - | - |
| before | 2B | 9.5M |
| after | 1.3B | 6.7M |1 parent 1e7dbea commit 67092de
File tree
4 files changed
+99
-75
lines changed- ceno_recursion/src
- tower_verifier
- zkvm_verifier
4 files changed
+99
-75
lines changed
0 commit comments