-
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 #34978
Add support for the gpu modifier at HLT #34978
Conversation
enable gpu |
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34978/24821
|
A new Pull Request was created by @fwyzard (Andrea Bocci) for master. It involves the following packages:
@Martin-Grunewald can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f5f5f9/17966/summary.html GPU Comparison SummarySummary:
Comparison SummarySummary:
|
Mhm, no, this didn't work as intended. |
1cdd51f
to
9033e19
Compare
enable gpu |
please test |
Pull request #34978 was updated. @jordan-martins, @chayanit, @bbilin, @wajidalikhan, @Martin-Grunewald, @AdrianoDee, @srimanob, @kskovpen can you please check and sign again. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f5f5f9/18699/summary.html GPU Comparison SummarySummary:
Comparison SummarySummary:
|
OK, should be ready for review and integration. |
+1 |
+Upgrade |
@cms-sw/pdmv-l2 Do you have any comment? |
+1 |
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. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
@fwyzard Just to make sure, I see some differences on OfflinePixelPV from GPU comparisons, are they understood? : |
If it is in the GPU (with PR) vs GPU (without PR), yes, it is understood that the parallel processing done by the GPUs (or by the CPUs, if we were to run multithreded in the same way) can introduce some small changes, from run to run. So, the differences are very likely not due to the PR, but to the software itself. |
+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.