-
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] initialise phiBinner
in device-to-host copy of TrackingRecHitsSoACollection<TrackerTraits>
#45744
[14.0.X] initialise phiBinner
in device-to-host copy of TrackingRecHitsSoACollection<TrackerTraits>
#45744
Conversation
…ection<TrackerTraits> Fix to the device-to-host copy of TrackingRecHitsSoACollection<TrackerTraits>, in order to initialise the phiBinner data member on the host side. A more complete explanation of the issue is provided by @makortel in cms-sw#45708 (comment)
A new Pull Request was created by @mmusich for CMSSW_14_0_X. It involves the following packages:
@cmsbuild, @fwyzard, @jfernan2, @makortel, @mandrenguyen can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
cms-bot internal usage |
type bug-fix |
enable gpu |
@cmsbuild, please test |
+1 Size: This PR adds an extra 20KB to repository Comparison SummarySummary:
GPU Comparison SummarySummary:
|
+1 |
@cms-sw/heterogeneous-l2 I see there is still discussion on this topic at #45708 (comment). In the meanwhile the master version of this PR (#45743) was already merged. Is there any action item left here, or can we merge this as-is? |
+heterogeneous Let's go ahead as is, and follow up afterwards. |
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, @mandrenguyen, @sextonkennedy, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
type hlt-int |
@cms-sw/orp-l2 can this be merged? We need this for the next 14.0.x (we'll request it at the next ORP meeting). |
+1 |
This PR is the culprit of #45834 |
backport of #45743
PR description:
Originally as missirol@62620da
This PR is meant as a fix for #45708.
Fix to the device-to-host copy of
TrackingRecHitsSoACollection<TrackerTraits>
, in order to initialise thephiBinner
data member on the host side.A more complete explanation of the issue is provided by @makortel in #45708 (comment)
PR validation:
Executed the following script:
(originally from @missirol - thanks!) and verified that with this patch (N.B. only after having run
git cms-checkdeps -a
) it runs, whereas it failed in a plainCMSSW_14_0_14_MULTIARCHS
.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 #45743 in order to use it for building the 2024 HIon HLT menu (see CMSHLT-3284 for more details).