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

Parallelize the convesion from trace data to table. #119

Open
eigmax opened this issue Apr 18, 2024 · 1 comment
Open

Parallelize the convesion from trace data to table. #119

eigmax opened this issue Apr 18, 2024 · 1 comment

Comments

@eigmax
Copy link
Member

eigmax commented Apr 18, 2024

From the timing message, the conversion from trace data to table takes code about half of the total time of generate_traces, and all the conversions can be performed parallelly.

The plonky2_maybe_rayon code is a good option.

@eigmax
Copy link
Member Author

eigmax commented Jun 7, 2024

Others: 1,generate_partial_witness ;2,full witness

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