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

WIP: scheduler integration #1460

Closed
wants to merge 10 commits into from
Closed

Commits on Dec 21, 2021

  1. neptune/rust-fil-proofs/scheduler integration

    use None as a type for seal
    
    - use latest scheduler and bellperson
    - Make the scheduler an optional dependency available under the gpu feature
    - include the proof_ext module only if the gpu flag is enable
    - remove scheduler dependency using bellperson task_type
    - import the scheduler if gpu flag is set
    
    comment out logger to fix clippy warning
    
    Remove BatcherType aligning to latest changes in neptune
    
    switch back to neptune base repository
    
    reduce timeout to 20 min
    
    feat: Use the context tool to improve logging messages
    
    feat: use the optional task name to improve logging
    
    fix: remove sync iterator as it was a typo during testing
    neithanmo committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    8e7fba2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a180217 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a94a781 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ba7157 View commit details
    Browse the repository at this point in the history
  5. use scheduler master branch

    neithanmo committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    9185248 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c16d9f6 View commit details
    Browse the repository at this point in the history
  7. Update dependencies

    neithanmo committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    614e2c5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    19ef53b View commit details
    Browse the repository at this point in the history
  9. fix(scheduler): Update recent changes from upstream to use the

    integration with the scheduler
    neithanmo committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    551848e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e862b5d View commit details
    Browse the repository at this point in the history