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

Use only CUDA devices supported by the SCRAM toolfile #286

Commits on Mar 14, 2019

  1. Enable CUDA only if there is at least one supported device

    Enable CUDA support only if there is at least once CUDA device
    compatible with the CUDA architectures enabled in SCRAM's cuda.xml
    toolfile.
    fwyzard committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    d5a53f0 View commit details
    Browse the repository at this point in the history
  2. Use only supported devices

    Restrict the CUDAService and its clients to use only the devices
    supported by the CUDA architectures enabled in SCRAM's cuda.xml
    toolfile.
    fwyzard committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    c75202c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68089fb View commit details
    Browse the repository at this point in the history
  4. Move supportedCudaDevices to CUDAUtilities and rename to supportedCUD…

    …ADevices
    
    Check for available supported devices also in exitSansCUDADevices.
    fwyzard committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    fff1f68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a40bb1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f502337 View commit details
    Browse the repository at this point in the history