-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[15_0_X] Use HardwareResourcesDescription in ProcessConfiguration #47416
[15_0_X] Use HardwareResourcesDescription in ProcessConfiguration #47416
Conversation
Just storing the strings from process.options.accelerators is more general as it avoids updating the ResourceInformation(Service) every time a new accelerator type is added to the system (outside of the framework).
A new Pull Request was created by @makortel for CMSSW_15_0_X. It involves the following packages:
@Dr15Jones, @antoniovagnerini, @bbilin, @civanch, @cmsbuild, @fwyzard, @kpedro88, @lviliani, @makortel, @mdhildreth, @menglu21, @mkirsano, @rseidita, @smuzaffar, @valsdav, @y19y19 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
cms-bot internal usage |
enable gpu |
@cmsbuild, please test |
+1 Size: This PR adds an extra 220KB to repository Comparison SummarySummary:
GPU Comparison SummarySummary:
|
CPU comparison differences are related to #47071 GPU comparison differences look compatible with the non-reproducibilities in the pixel code |
Pull request #47416 was updated. @Dr15Jones, @cmsbuild, @makortel, @smuzaffar, @valsdav, @y19y19 can you please check and sign again. |
@cmsbuild, please test |
Ok, now this PR corresponds to the status in the |
+1 Size: This PR adds an extra 20KB to repository Comparison SummarySummary:
GPU Comparison SummarySummary:
|
+ml |
Tests in 15_1_X IBs have not revealed any new problems, so this should be good to go now. |
+core |
unhold |
This pull request is fully signed and it will be integrated in one of the next CMSSW_15_0_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_15_1_X is complete. This pull request will now be reviewed by the release team before it's merged. @antoniovilela, @sextonkennedy, @rappoccio, @mandrenguyen (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Backport of #47280, #47355, #47473 (well, backported by dropping out the commit reverted there), and #47477 (the commit of the PR split in two, one to replace the commit dropped in the earlier step, and the rest included in the last commit of this PR).
Resolves cms-sw/framework-team#1248
PR validation:
Code compiles (plus the tests in #47280 and #47355)
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 #47280 and #47355