You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At Zcon0, some of us had really great conversations on how to speed up SNARKs and some (I believe the codaprotocol folks) mentioned using GPU for parallelize proving. Since SNARKs are highly parallelizable (and since there is some work on showing that), what would it take to implement Bellman to be GPU friendly?
Anyone that in rust/gpu programming expert here?
The text was updated successfully, but these errors were encountered:
The result of this issue was Filecoin implementing GPU support in their fork of bellman. Something I want to achieve this year is upstreaming that support into this crate.
At Zcon0, some of us had really great conversations on how to speed up SNARKs and some (I believe the codaprotocol folks) mentioned using GPU for parallelize proving. Since SNARKs are highly parallelizable (and since there is some work on showing that), what would it take to implement Bellman to be GPU friendly?
Anyone that in rust/gpu programming expert here?
The text was updated successfully, but these errors were encountered: