-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Updated SoA View accessors from raw pointers to span #48377
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
Conversation
cms-bot internal usage |
A new Pull Request was created by @leobeltra for master. It involves the following packages:
@Martin-Grunewald, @Moanwar, @antoniovagnerini, @atpathak, @civanch, @cmsbuild, @ctarricone, @francescobrivio, @fwyzard, @jfernan2, @kpedro88, @makortel, @mandrenguyen, @mdhildreth, @mmusich, @perrotta, @rseidita, @srimanob, @subirsarkar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
type ngt |
enable gpu |
@cmsbuild, please test |
allow @leobeltra test rights |
Reco is fine with the changes, I will propagate the info to the POGs even though most of them are already tagged in this PR |
+1 Size: This PR adds an extra 60KB to repository Comparison SummarySummary:
AMD_MI300X Comparison SummarySummary:
NVIDIA_H100 Comparison SummarySummary:
NVIDIA_L40S Comparison SummarySummary:
NVIDIA_T4 Comparison SummarySummary:
|
+hlt
|
+simulation |
+dqm |
+1 |
@cms-sw/upgrade-l2 may I ask you to (review and) sign ? |
+Upgrade |
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. @mandrenguyen, @sextonkennedy, @ftenchini (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR updates the column accessors in the
View
from raw pointers tostd::span<T>
, providing automatic range checking. Adjustments have also been made in CMSSW to support this new approach. This PR is dependent on #48216, so it should be merged after that.PR validation:
The unit tests in CMSSW still pass.