Skip to content

Commit

Permalink
Use D98 wfs + Fix Alpaka Harvesting for Phase2
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianoDee committed Sep 10, 2024
1 parent b485a98 commit ac5b488
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Configuration/PyReleaseValidation/python/relval_gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@
13061.402,

# 2026, Alpaka-based noPU
29634.402, 29634.403, 29634.404, 29634.406,
29661.402,
24834.402, 24834.403, 24834.404, 24834.406,
24861.402,

# 2026, Alpaka-based PU
29834.402, 29834.403, 29834.404
25034.402, 25034.403, 25034.404
]

for numWF in numWFIB:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
siPixelPhase1RawDataHarvesterDevice *
siPixelTrackComparisonHarvesterAlpaka )

from Configuration.Eras.Modifier_phase2_tracker_cff import phase2_tracker
_siPixelHeterogeneousDQMComparisonHarvestingAlpakaPhase2 = cms.Sequence(siPixelTrackComparisonHarvesterAlpaka )

phase2_tracker.toReplaceWith(siPixelHeterogeneousDQMComparisonHarvestingAlpaka,_siPixelHeterogeneousDQMComparisonHarvestingAlpakaPhase2)


# add the harvester in case of the validation modifier is active
from Configuration.ProcessModifiers.gpuValidationPixel_cff import gpuValidationPixel
gpuValidationPixel.toReplaceWith(siPixelHeterogeneousDQMHarvesting,siPixelHeterogeneousDQMComparisonHarvesting)
Expand Down

0 comments on commit ac5b488

Please sign in to comment.