-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Add support for the gpu modifier at HLT [12.0.x] #34979
Add support for the gpu modifier at HLT [12.0.x] #34979
Conversation
A new Pull Request was created by @fwyzard (Andrea Bocci) for CMSSW_12_0_X. It involves the following packages:
@Martin-Grunewald, @cmsbuild can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
enable gpu |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-3ce193/17965/summary.html GPU Comparison SummarySummary:
Comparison SummarySummary:
|
66dce51
to
be76577
Compare
Pull request #34979 was updated. @cmsbuild, @jordan-martins, @chayanit, @bbilin, @wajidalikhan, @Martin-Grunewald, @AdrianoDee, @srimanob, @kskovpen can you please check and sign again. |
Rebased on top of CMSSW_12_0_0, and added support for running the HLT step on GPU in runTheMatrix. |
enable gpu |
please test |
-1 Failed Tests: RelVals RelVals-GPU RelVals-INPUT AddOn RelVals
Expand to see more relval errors ...RelVals-GPU
RelVals-INPUT
Expand to see more relval errors ...
AddOn Tests
Expand to see more addon errors ...
|
Simplify the Pixel local reconstruction running on GPU, taking advatage of cms-sw#34259.
0faf487
to
d98f14e
Compare
Pull request #34979 was updated. @cmsbuild, @jordan-martins, @chayanit, @bbilin, @wajidalikhan, @Martin-Grunewald, @AdrianoDee, @srimanob, @kskovpen can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-3ce193/18651/summary.html GPU Comparison SummarySummary:
Comparison SummarySummary:
|
+1 |
+Upgrade |
@cms-sw/pdmv-l2 Any comment? |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_0_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_1_X is complete. This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
When the
gpu
modifier is enabled, make the Pixel, ECAL and HCAL reconstruction running at HLT offloadable to a GPU.PR validation:
Tested with
With this change, the
customizeHLTforPatatrack()
customisation will be tested as part of the.502
,.512
and.522
GPU workflows, andcustomizeHLTforPatatrackTriplets()
with the.506
workflow.if this PR is a backport please specify the original PR and why you need to backport that PR:
Backport to 12.0.0 of #34978.