Skip to content

perf: overlap (execute_segment / trace generation) on host with stark proving on device #1482

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

Open
kunxian-xia opened this issue Mar 19, 2025 · 0 comments · May be fixed by #1555
Open

perf: overlap (execute_segment / trace generation) on host with stark proving on device #1482

kunxian-xia opened this issue Mar 19, 2025 · 0 comments · May be fixed by #1555

Comments

@kunxian-xia
Copy link

kunxian-xia commented Mar 19, 2025

We can set up

  1. one (bounded) channel A between execute_segment and trace generation;
  2. one (bounded) channel B between trace generation and stark proving.

Doing this allows us to overlap the stark proving of jth segment with trace genereration of ith segment where i > j.

@kunxian-xia kunxian-xia linked a pull request Apr 3, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant