-
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
Added transformAsync ability to modules #39557
Conversation
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39557/32347
|
A new Pull Request was created by @Dr15Jones (Chris Jones) for master. It involves the following packages:
@makortel, @smuzaffar, @Dr15Jones can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
-1 Failed Tests: ClangBuild Clang BuildI found compilation warning while trying to compile with clang. Command used:
See details on the summary page. |
This is similar to transform except two actions are specified similar to acquire/produce.
62340cc
to
1cf9461
Compare
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39557/32351
|
Pull request #39557 was updated. @makortel, @smuzaffar, @Dr15Jones can you please check and sign again. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39557/32567
|
Pull request #39557 was updated. @cmsbuild, @smuzaffar, @Dr15Jones, @makortel can you please check and sign again. |
@cmsbuild, please abort |
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-53fe2e/28243/summary.html 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. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
@Dr15Jones can you give a bit more explanation here? It's a relatively in-depth PR that I'm not fully understanding. Was there a talk or something we can look at? |
@rappoccio The Transformer ability was added in #38454 with a synchronous interface. Addition of an asynchronous interface was discussed in #38454 (comment) (and onwards). The Transformer ability is used in #39428 for implicit/automated data product transfers from device memory space to host memory space. After we get this PR merged, I'll make use of the asynchronous interface in #39428 to make the device-to-host transfers asynchronous. |
+1 |
PR description:
This is similar to transform except two actions are specified similar to acquire/produce.
PR validation:
Code compiles and all framework unit tests pass.