-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Update Phase 2 HLT timing test (post #48921) #49279
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
Update Phase 2 HLT timing test (post #48921) #49279
Conversation
- Add test to run the Phase 2 HLT timing menu forcing CPU backend - modify the NGT menu test to use ngtScouting and phase2CAExtension modifiers
|
cms-bot internal usage |
|
type ngt |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-49279/46643 |
|
A new Pull Request was created by @mmusich for master. It involves the following packages:
@Martin-Grunewald, @cmsbuild, @mmusich can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
@cmsbuild, please test |
|
+1 Size: This PR adds an extra 20KB to repository Comparison SummarySummary:
|
|
enable hlt_p2_timing |
|
@cmsbuild, please test |
|
+1 Size: This PR adds an extra 16KB to repository HLT P2 Timing: chart Comparison SummarySummary:
|
|
+hlt |
|
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @mandrenguyen, @ftenchini, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
PR description:
The goal of this PR is twofold.
Following the merge of PR #48921, part of the Phase 2 HLT menu (the chain from pixel digis to pixel tracks and vertices) now can run on GPU. As the HLT phase2 timing test is run on a "Milan" node equipped with NVIDIA T4s, this on one hand has improved the general timing of the menu, but on the other hand it doesn't give back a realistic picture of the time needed to run when no GPU backed is available, for example when running MC productions.
The first goal of this PR is ensure that part of the timing tests run on CPU.
At the same time, it is now possible to be more aggressive with the reconstruction used in the NGT menu to avoid running full tracking on all events accepted by the L1T, but profiting of the phase 2 CA extension implemented in #48921 use the pixel track collection as "general" track collection for the rest of the HLT reconstruction (analogously to what done in
runTheMatrix.pyfor workflow familyXXXXX.774).PR validation:
None, will be tested in the PR itself
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
N/A