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

Enhancements to OpenCL work handling #2247

Merged

Commits on Aug 24, 2019

  1. Enhance OpenCL work handling

    OpenCL work is now properly queued along with CPU work.
    Any work can now be cancelled properly and the node won't wait for completion when shutting down.
    Work threads now help in work generation; one extra thread is added on startup to handle OpenCL (this thread is usually at 100% usage too). If using OpenCL the best is to have at most hardware_concurrency - 1 threads.
    guilhermelawless committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    a6a83b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    557a802 View commit details
    Browse the repository at this point in the history
  3. Was missing blake2b_init, use work_value

    Guilherme Lawless committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    40fc469 View commit details
    Browse the repository at this point in the history