-
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
Allow access to const edm::{Event,EventSetup} from device::{Event,EventSetup} #40849
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40849/34305
|
A new Pull Request was created by @makortel (Matti Kortelainen) for master. It involves the following packages:
@cmsbuild, @makortel, @fwyzard can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4eaaa6/30824/summary.html Comparison SummaryThere are some workflows for which there are errors in the baseline: Summary:
|
skip it :-) |
…ntSetup} To be able to interact with helper code needing edm::{Event,EventSetup} from Alpaka EDModules.
c375791
to
abba246
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40849/34420
|
please test |
+heterogeneous The changes to the code and tests look good. |
This pull request is fully signed and it will be integrated in one of the next master IBs after it passes the integration tests. This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
urgent To be backported to 13.0.x for |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4eaaa6/31009/summary.html Comparison SummarySummary:
|
+1 |
PR description:
Giving access to
edm::{Event,EventSetup}
fromdevice::{Event,EventSetup}
allows interaction with helper code needingedm::{Event,EventSetup}
from Alpaka EDModules.Need came up in a work by @AdrianoDee
PR validation:
Code compiles