halo2 icon indicating copy to clipboard operation
halo2 copied to clipboard

backlog: speedup vk pk gen with multi thread

Open lispc opened this issue 2 years ago • 1 comments

eg: https://github.com/privacy-scaling-explorations/halo2/blob/f586922d19c3c96ffcec4adbe1790132565ffba6/halo2_proofs/src/plonk/permutation/keygen.rs#L110 it loop from 0 to 1<<k with single thread.

lispc avatar Jul 01 '22 02:07 lispc

PR is here #88

LuozhuZhang avatar Jul 15 '22 02:07 LuozhuZhang

@pinkiebell picked this up from their branch. We should make a PR with the improvements that you did. Could you? Otherwise we will do it!

CPerezz avatar Jan 17 '23 09:01 CPerezz

@CPerezz Will do 👍

pinkiebell avatar Jan 18 '23 05:01 pinkiebell