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

Redesign all GPU workflows to detect if a GPU is present, and fall back to CPU otherwise #33428

Merged
merged 11 commits into from
May 11, 2021

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    436e922 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32ea552 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db8f341 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e5d3ab View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Make the ECAL 'gpu' workflow use a GPU if available, and fall-back to…

    … CPU otherwise
    
    EcalRawToDigi: do not declare to produce the collections that will not
    be put in the event.
    
    EcalCPUDigisProducer: add more dummy collections.
    fwyzard committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    887df18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a929ca9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90a90a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33ef057 View commit details
    Browse the repository at this point in the history
  5. Rework the definition of the Patatrack pixel workflows

    Drop the obsolete pixelNtupleFit modifier, and replace the
    customizePixelTracksSoAonCPU function with the pixelNtupletFit modifier.
    
    Make the "gpu" workflows autodetect if a GPU is a present, and fall back
    to running only on CPU otherwise.
    
    Update the name of the modules for better consistency.
    fwyzard committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    3ead0e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    109fbc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad06d78 View commit details
    Browse the repository at this point in the history