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

Add CUDA support for low-level field arithmetic #15

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chaseklvk
Copy link

Motivation

Currently miniSTARK supports the Metal API to provide GPU-based hardware acceleration for Apple's new ARM-based SoC GPUs. GPU acceleration is not currently supported for users outside the Apple ecosystem using NVIDIA GPUs.

What

This draft PR contains some basic CUDA based IP for FFTs and field arithmetic over the BN254 curve. Further, we want to explore to what extend both the CUDA and Metal implementations can overlap.

Subsequent Work

Additional comments and commits are welcome while we add CUDA support one-to-one with Metal.

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

Successfully merging this pull request may close these issues.

None yet

1 participant