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

Improve MSM performance using GPU #79

Closed
moven0831 opened this issue Feb 23, 2024 · 1 comment
Closed

Improve MSM performance using GPU #79

moven0831 opened this issue Feb 23, 2024 · 1 comment

Comments

@moven0831
Copy link
Collaborator

moven0831 commented Feb 23, 2024

Problem

We want to optimize the performance of MSM on mobile devices using GPU. This will be the groundwork for the enhancement of the mobile proving system.

Details

  • Use ark-msm as a baseline and compare benchmarks of other MSM algorithms (e.g. ZPrize works) on real devices.
  • Reproduce the benchmarking with laptop/server GPU.
  • Experiment and understand the details of how to use GPU on mobile proving.
  • Enable the msm scheme to run on iOS devices with GPU acceleration.
  • Optimize the MSM execution with mobile-specific works such as parallel computation.
  • Provide documentation and instructions to how to enable GPU acceleration in the proving process on mobile.

Acceptance criteria

  • Integrate an MSM algorithm with GPU acceleration and mobile-specific enhancements.
  • Suitable for future works about integrating the MSM algorithm into the actual proving system.
@vivianjeng
Copy link
Collaborator

move to zkmopro/gpu-acceleration#2

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