Updates to the offline CPU vs. GPU workflows for LST#49984
Updates to the offline CPU vs. GPU workflows for LST#49984cmsbuild merged 1 commit intocms-sw:masterfrom
Conversation
|
cms-bot internal usage |
|
A new Pull Request was created by @VourMa for master. It involves the following packages:
@AdrianoDee, @DickyChant, @Moanwar, @antoniovagnerini, @cmsbuild, @ctarricone, @davidlange6, @fabiocos, @ftenchini, @gabrielmscampos, @jfernan2, @mandrenguyen, @miquork, @nothingface0, @rseidita, @srimanob can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
@cmsbuild please test |
|
@nothingface0 I think we would need something the below to properly test this (I don't have bot permissions but maybe you can make it work):
|
|
@cmsbuild abort |
|
test parameters:
|
|
enable gpu |
|
+pdmv |
|
test parameters:
|
|
please test |
|
+1 Size: This PR adds an extra 16KB to repository Comparison SummarySummary:
AMD_MI300X Comparison SummarySummary:
AMD_W7900 Comparison SummarySummary:
NVIDIA_H100 Comparison SummarySummary:
NVIDIA_L40S Comparison SummarySummary:
|
|
+dqm |
|
+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. @sextonkennedy, @mandrenguyen, @ftenchini (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
This PR applies the additional CPU reconstruction (
SerialSync) and CPU vs. GPU comparison plots for the LST implementation in the Phase 2 offline reconstruction through a new procModifier,alpakaValidationLST. The new modifier is also included in thealpakaValidationmodifier chain.With the introduction of the alpakaValidationLST modifier, the offline workflow testing LST on CPU vs. LST on GPU can be made explicit. The code is changed so that the heterogeneous workflow
0.712(previously0.704) runs the offline reconstruction without any additional CPU reconstruction, while a new workflow,0.713, runs the comparison. Workflow0.703has also been renamed to0.711. The workflow numbering changes are made so that the offline LST workflows follow the numbering conventions for Alpaka workflows, following #49832 (comment).The PR has been validated by running workflows
0.711,0.712and0.713locally. They finished successfully, with the anticipated content in the DQM file.This PR includes the offline part of #49832 and it supersedes it. It requires and is required by cms-sw/cms-bot#2663.