-
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
Require the AlpakaService to be enabled before running on a Device [12.5.x] #39497
Conversation
A new Pull Request was created by @fwyzard (Andrea Bocci) for CMSSW_12_5_X. It involves the following packages:
@cmsbuild, @makortel, @fwyzard can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
backport #39498 |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-2a4aa4/27762/summary.html Comparison SummarySummary:
|
3b56704
to
5e92241
Compare
enable gpu |
please test |
-1 Failed Tests: RelVals-INPUT RelVals-INPUT
Expand to see more relval errors ...
Comparison SummarySummary:
GPU Comparison SummarySummary:
|
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-2a4aa4/27958/summary.html Comparison SummarySummary:
GPU Comparison SummarySummary:
|
Move the check that the corresponding AlpakaService is enabled from the beginStream() method of each EDProducer to thealpakatools::chooseDevice() central function. This replicates the behaviour currently used by the CUDA "framework".
5e92241
to
1a3bb77
Compare
Rebased. |
enable gpu |
please test |
+heterogeneous |
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_5_X IBs after it passes the integration tests and once validation in the development release cycle CMSSW_12_6_X is complete. 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) |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-2a4aa4/28602/summary.html Comparison SummarySummary:
GPU Comparison SummarySummary:
|
+1 |
PR description:
Require the
AlpakaService
to be enabled before running on aDevice
.Move the check that the corresponding
AlpakaService
is enabled from thebeginStream()
method of eachEDProducer
to thealpakatools::chooseDevice()
central function.This replicates the behaviour currently used by the CUDA "framework".
PR validation:
Unit tests pass.
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:
Backport of #39498 to 12.5.x.