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

Multi-core prover #117

Open
morganthomas opened this issue Feb 19, 2024 · 1 comment
Open

Multi-core prover #117

morganthomas opened this issue Feb 19, 2024 · 1 comment

Comments

@morganthomas
Copy link
Collaborator

Find the most interesting and impactful opportunities for parallelizing the Valida prover, and implement them in the code.

@morganthomas morganthomas self-assigned this Feb 19, 2024
@morganthomas
Copy link
Collaborator Author

It seems like this is in essence done, and basically we just need to enable the parallel feature flag on p3-maybe-rayon. I'm seeing some compile errors when enabling this flag. Beyond fixing those, we need to figure out how to selectively enable parallelism with a feature flag, since we want to support single-threaded builds.

@morganthomas morganthomas removed their assignment Mar 25, 2024
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