-
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
[14_0_X] Fix crash in PF Clustering due to empty HCAL RecHits collection #44694
Conversation
A new Pull Request was created by @jsamudio for CMSSW_14_0_X. It involves the following packages:
@jfernan2, @cmsbuild, @mandrenguyen can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
cms-bot internal usage |
Pull request #44694 was updated. @cmsbuild, @mandrenguyen, @jfernan2 can you please check and sign again. |
backport of #44693 |
@cmsbuild, please test |
type pf |
urgent
FYI @cms-sw/orp-l2 Saumya |
type bug-fix |
1 similar comment
type bug-fix |
We will build a patch on top of 14_0_5 with this in. |
Pull request #44694 was updated. @jfernan2, @cmsbuild, @mandrenguyen can you please check and sign again. |
enable gpu |
test parameters:
|
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-e44044/38757/summary.html Comparison SummarySummary:
GPU Comparison SummarySummary:
|
+` |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_14_0_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_14_1_X is complete. This pull request will now be reviewed by the release team before it's merged. @antoniovilela, @sextonkennedy, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This fix addresses #44668 where Alpaka-based PF Clustering was crashing at HLT when HCAL is off. The reason was due to the input HCAL RecHit number being used to specify the work division for kernels, and it was not protected against a case of requesting 0 blocks when there are no RecHits.
Included now are checks on the number of rechits and the SoA size to only launch the Alpaka kernels if they are non-zero.
PR validation:
Tested HLT configuration on data which is excluding HCAL, ECAL, or Pixel, using method outlined by @mmusich in #44668 (comment)
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:
Verbatim backport of #44693 meant for
14_0_X
. Needed to address #44668 at HLT.