[Backport to 17_0_X (#50691)] SoA Schema evolution#51316
Conversation
|
cms-bot internal usage |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-51316/49931
|
|
A new Pull Request was created by @Electricks94 for CMSSW_17_0_X. It involves the following packages:
The following packages do not have a category, yet: HeterogeneousCore/TestModules @cmsbuild, @fwyzard, @makortel can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
|
type ngt |
|
backport #50691 |
|
enable gpu |
|
please test |
|
+heterogeneous |
|
-1 Failed Tests: RelVals-AMD_MI300X Failed RelVals-AMD_MI300X
Comparison SummarySummary:
AMD_W7900 Comparison SummarySummary:
NVIDIA_H100 Comparison SummarySummary:
NVIDIA_L40S Comparison SummarySummary:
NVIDIA_T4 Comparison SummarySummary:
Max Memory Comparisons exceeding threshold NVIDIA_T4@cms-sw/core-l2 , I found 1 workflow step(s) with memory usage exceeding the error threshold: Expand to see workflows ...
|
PR description:
Extension of the custom streamer of the SoA Backend to encounter for the following cases:
Eigen::Matrix<float, 4, 2>->Eigen::Matrix<float, 3, 2>;result in a meaningfull error at readingPR validation:
A set of SoA Layouts is provided which evolve from a base SoA Layout. The base SoA Layout is stored multiple times using a different type alias which is then changed in the code to simulate an evolving class. The created ROOT files are then used to validate the reading of the previously stored Collections.
This PR is an extension of #50487
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:
This is a backport of #50691 to 17_0_X
@felicepantaleo fyi