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 #2

Open
vivianjeng opened this issue Jul 2, 2024 · 0 comments
Open

Improve MSM performance using GPU #2

vivianjeng opened this issue Jul 2, 2024 · 0 comments

Comments

@vivianjeng
Copy link
Contributor

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.
    • Aim for Apple GPU Metal framework first. Then, backlog CUDA and OpenCL.
    • Important steps for integrating a GPU-friendly proving system in #22 as well
  • 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.
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

1 participant