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

[DO NOT MERGE] Use only CUDA devices with a supported architecture #299

Open
wants to merge 1 commit into
base: CMSSW_11_1_X_Patatrack
Choose a base branch
from

Commits on Mar 25, 2019

  1. Use only CUDA devices with a supported architecture

    For each available CUDA device, check if its architecture is supported running a simple kernel.
    This allows to restrict using only the supported devices
      - at configuration time, in the SwitchProducerCUDA, via the cudaIsEnabled test;
      - at run time, in the CUDAService and its clients;
      - when running tests, via exitSansCUDADevices.
    
    Includes Matti's fix for the sizes of stream and event caches (cms-sw#289).
    fwyzard committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    8deb1d9 View commit details
    Browse the repository at this point in the history