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

meta: speedup key gen #9

Open
lispc opened this issue Jul 1, 2022 · 0 comments
Open

meta: speedup key gen #9

lispc opened this issue Jul 1, 2022 · 0 comments

Comments

@lispc
Copy link

lispc commented Jul 1, 2022

  1. use multi thread in permutation vk pk gen https://github.com/privacy-scaling-explorations/halo2/blob/main/halo2_proofs/src/plonk/permutation/keygen.rs#L110
  2. skip compress selector if we did not use it
  3. GPU: commit_lagrange / fft / coset
  4. some specific circuit like VerifierCircuit: parallel assignments
@29988122 29988122 reopened this Mar 29, 2023
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

No branches or pull requests

2 participants