Skip to content
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

opt(avm): efficiently evaluate public inputs column in verifier #6361

Closed
Maddiaa0 opened this issue May 13, 2024 · 1 comment
Closed

opt(avm): efficiently evaluate public inputs column in verifier #6361

Maddiaa0 opened this issue May 13, 2024 · 1 comment
Assignees
Labels
C-avm Component: AVM related tickets (aka public VM)

Comments

@Maddiaa0
Copy link
Member

Overview

At the moment we evaluate each public inputs column over the entire circuit size domain - this is extremely inefficient, by using another evaluation format we may be able to calculate the evaluations more cheaply.

@Maddiaa0 Maddiaa0 added the C-avm Component: AVM related tickets (aka public VM) label May 13, 2024
@Maddiaa0 Maddiaa0 self-assigned this May 13, 2024
@jeanmon
Copy link
Contributor

jeanmon commented Sep 20, 2024

This issue #8651 will fold over much smaller dimensions and allocate much shorter polynomials.

@jeanmon jeanmon closed this as completed Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-avm Component: AVM related tickets (aka public VM)
Projects
Archived in project
Development

No branches or pull requests

2 participants