-
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
[15_0_X] Use HardwareResourcesDescription in ProcessConfiguration #47416
base: CMSSW_15_0_X
Are you sure you want to change the base?
[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. |
I took out the commit that altered the |
@cmsbuild, please test |
-1 Failed Tests: UnitTests GpuUnitTests Unit TestsI found 2 errors in the following unit tests: ---> test TestIOPoolInputReducedProcessHistoryHardwareResources had ERRORS ---> test TestIOPoolStreamerReducedProcessHistoryHardwareResources had ERRORS GPU Unit TestsI found 1 errors in the following unit tests: ---> test testTorchSimpleDnnCUDA had ERRORS Comparison SummarySummary:
GPU Comparison SummarySummary:
|
For the moment CRAB needs the edmProvDump without the hardware information, but two tests need the hardware information.
29ae1f5
to
4c6ccf4
Compare
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 |
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