-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Pixel Local GPU reco crash on copy fix - backport to 11_3_X #34503
Pixel Local GPU reco crash on copy fix - backport to 11_3_X #34503
Conversation
A new Pull Request was created by @czangela for CMSSW_11_3_X. It involves the following packages:
@perrotta, @jpata, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
backport of #34501 |
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-d72215/16856/summary.html Comparison SummarySummary:
|
1e4bc66
to
e107cb1
Compare
@cmsbuild please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-d72215/16984/summary.html Comparison SummarySummary:
|
+reconstruction
|
This pull request is fully signed and it will be integrated in one of the next CMSSW_11_3_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_0_X is complete. This pull request will now be reviewed by the release team before it's merged. @silviodonato, @dpiparo, @qliphy, @perrotta (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Fix for #34496.
Solution by @VinInn.
In short:
Reconstruction with an empty pixel detector in
/RecoLocalTracker/SiPixelRecHits/plugins/SiPixelRecHitFromCUDA.cc
, failed onstd::copy(hitsModuleStart_.get(), hitsModuleStart_.get() + gpuClustering::maxNumModules + 1, hmsp.get());
PR validation:
if this PR is a backport please specify the original PR and why you need to backport that PR:
#34501