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): kernel output selector counter can be infered #6484

Open
Maddiaa0 opened this issue May 16, 2024 · 0 comments
Open

opt(avm): kernel output selector counter can be infered #6484

Maddiaa0 opened this issue May 16, 2024 · 0 comments

Comments

@Maddiaa0
Copy link
Member

Overview

// TODO: as outputs are only written to once, we can optimise this to just

For each kernel output, we only write into a given index once, which means that we can reuse the selector AS the logup lookup counts column value.

Implementing this optimisation will require altering pil gen in order to manually assign the counts column to be another polynomial

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant