-
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
initialise phiBinner
in device-to-host copy of TrackingRecHitsSoACollection<TrackerTraits>
#45743
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)
TrackingRecHitsSoACollection<TrackerTraits>
phiBinner
in device-to-host copy of TrackingRecHitsSoACollection<TrackerTraits>
cms-bot internal usage |
DataFormats/TrackingRecHitSoA/interface/alpaka/TrackingRecHitsSoACollection.h
Show resolved
Hide resolved
type bug-fix |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45743/41437 |
A new Pull Request was created by @mmusich for master. 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 |
enable gpu |
@cmsbuild, please test |
+heterogeneous I'm happy with the changes if they fix the issue :-) |
+1 Size: This PR adds an extra 20KB to repository Comparison SummarySummary:
GPU Comparison SummarySummary:
|
+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. @sextonkennedy, @antoniovilela, @rappoccio, @mandrenguyen (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
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 see #45708 (comment) 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:
Not a backport, but to be backported to
CMSSW_14_0_X
in order to use it for building the 2024 HIon HLT menu (see CMSHLT-3284 for more details).