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

Support increased parallelization in hw_vdf_client #155

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    154aff8 View commit details
    Browse the repository at this point in the history
  2. Allow setting the number of threads per proof segment in hw_vdf_client

    Add option --segment-threads that specifies the number of threads
    computing each proof segment.
    rostislav authored and cmmarslender committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    e7dad49 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. hw: Use segment thread count to determine lengths of proof segments

    Instead of using fixed percentages for determining proof segments'
    lengths, calculate them based on segment thread count.
    rostislav committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    cfcb2c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    187830f View commit details
    Browse the repository at this point in the history