-
Notifications
You must be signed in to change notification settings - Fork 315
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
How to make circuits practical with 200 challenges. #157
Comments
Problem: Circuits for PoRep are really large
Solutions: Say that this is a real problem. How do we go around it?
|
#249 implements circuit-splitting, the low-tech way to ensure we can handle 200 challenges. This does mean proof size will grow, though. |
|
@porcuquine this is tagged as alpha, can we add it to the current work plan? |
It's linked in #218 and attached to that epic in ZenHub. I removed the |
@dignifiedquire and I have a plan written here: https://github.com/filecoin-project/research/blob/master/meeting-notes/2018-11-15-future-proofs.md |
Latest update (to be completed) Making Poreps practical to prove
Practical solutions we are working on
Other Improvements
Experimental solutions we are exploring
|
matching labels to info in Filecoin Research Prioritization List |
updating pipeline status per research week |
I've written a poc implementation of fft's on finite elements for gpus at hackathon, which can be used to accelerate Snarks on GPU's. |
Thanks, @MariusVanDerWijden. Have you tried (or do you want to try) to integrate this with Bellman? (cc: @dignifiedquire @stefandeml) |
Yes, I planned to integrate it with Bellman, since it uses the same fft algorithm afaik. |
[dev-investigate][1] How to make circuits practical with 200 challenges. @porcuquine
The text was updated successfully, but these errors were encountered: