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

Fix uploading the EventSetup conditions to multiple CUDA devices #34948

Merged

Commits on Aug 19, 2021

  1. Extend the cms::cuda::ScopedSetDevice interface

    Add a default constructor that stores the current devices, without
    changing it.
    
    Add a set() method to change the current device, without affecting the
    stored value for the original device.
    fwyzard committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    1d940d4 View commit details
    Browse the repository at this point in the history
  2. Fix uploading the EventSetup conditions to multiple CUDA devices

    Associate to the correct CUDA device the events used to track if the
    conditions have been transferred to each device.
    fwyzard committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    097fe4a View commit details
    Browse the repository at this point in the history