-
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
ECAL - Remove ExternalWork from EcalUncalibRecHitProducerGPU #39193
ECAL - Remove ExternalWork from EcalUncalibRecHitProducerGPU #39193
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39193/31804
|
A new Pull Request was created by @thomreis (Thomas Reis) for master. It involves the following packages:
@jpata, @cmsbuild, @mandrenguyen, @clacaputo can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
enable gpu |
@cmsbuild please test |
assign heterogeneous (kindly asking the experts to take a look) |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-a03e05/27117/summary.html GPU Comparison SummarySummary:
Comparison SummarySummary:
|
@thomreis thanks for the PR. |
Thanks @fwyzard. Do we want this in 12_5 if the runtime impact is OK? |
As expected there isn't a significant impact on the runtime (maybe a marginal improvement, but it's within the precision of the measurement). Before:
After:
|
+heterogeneous |
Yes, I think we want it in 12.4.x and 12.5.x. |
+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, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
Hi @smuzaffar , the checks are a bit confusing here, it has "bot/39257/jenkins" as "Pending -- Waiting for authorized user to issue the test command" but the tests were triggered and successful. Any ideas? |
@rappoccio , the checks are attached to git commit, so if same branch is used to open multiple PRs then this happens. In this case commit f857a49 is used by both this PR and #39257 that is why Note the cms-bot is going to use correct checks ( e.g. for this PR bot/39193/* checks) to mark the status of PR pass or failed |
Thanks @smuzaffar, so this one is safe to merge then. @thomreis you will have to rebase the 12_5_X version to 12_5_X to clear the discrepancy, please. |
+1 |
PR description:
This PR removes
edm::ExternalWork
from theEcalUncalibRecHitProducerGPU
module since it is not needed as has been noted here: https://github.com/cms-sw/cmssw/pull/37695/files#r872551283 .No changes to the uncalibrated RecHits are expected.
PR validation:
Passes 11634.512.
No differences in uncalibrated RecHit amplitudes (100 events).
No significant difference in timing.