-
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
Implement ROOT read rules for PortableHostCollection [13.3.x] #43241
Implement ROOT read rules for PortableHostCollection [13.3.x] #43241
Conversation
backport #43219 |
enable gpu |
please test |
A new Pull Request was created by @fwyzard (Andrea Bocci) for CMSSW_13_3_X. It involves the following packages:
@fwyzard, @makortel can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
+heterogeneous |
This pull request is fully signed and it will be integrated in one of the next CMSSW_13_3_X IBs after it passes the integration tests and once validation in the development release cycle CMSSW_14_0_X is complete. This pull request will now be reviewed by the release team before it's merged. @rappoccio, @sextonkennedy, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-0aa7bc/35732/summary.html Comparison SummarySummary:
GPU Comparison SummarySummary:
|
+1 |
PR description:
Implement ROOT read rules for
PortableHostCollection
instantiations.These replace the user-defined read rules in the XML file
with a macro-based C++ implementation in
DataFormats/PortableTestObjects/src/classes.cc
:PR validation:
The
HeterogeneousCore/AlpakaTest/test/testHeterogeneousCoreAlpakaTestWriteRead.sh
unit test pass:portabletest::TestHostCollection
is written to a ROOT file;If this PR is a backport please specify the original PR and why you need to backport that PR.
Backport of #43219 to CMSSW_13_3_X.