-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43294 from PixelTracksAlpaka/alpaka_port_configs
Pixel Alpaka Migration: Configs and Fixes [VII]
- Loading branch information
Showing
49 changed files
with
1,795 additions
and
219 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
Configuration/ProcessModifiers/python/alpakaValidationPixel_cff.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
# This modifier chain is for turning on DQM modules used for alpaka device/host validation for pixels | ||
|
||
alpakaValidationPixel = cms.Modifier() | ||
|
11 changes: 11 additions & 0 deletions
11
Configuration/ProcessModifiers/python/alpakaValidation_cff.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
from Configuration.ProcessModifiers.alpaka_cff import * | ||
from Configuration.ProcessModifiers.alpakaValidationPixel_cff import * | ||
|
||
# This modifier chain is for turning on DQM modules used for alpaka device/host validation | ||
|
||
alpakaValidation = cms.ModifierChain( | ||
alpaka, | ||
alpakaValidationPixel | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.