[Backport to 20_0_X (#50691)] SoA Schema evolution#51315
Conversation
|
A new Pull Request was created by @Electricks94 for CMSSW_20_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
|
|
cms-bot internal usage |
|
type ngt |
|
backport #50691 |
|
urgent It would be good to include this in 20.0.0, as it makes the schema evolution of the SoA dataformats more robust. |
|
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_H100@cms-sw/core-l2 , I found 1 workflow step(s) with memory usage exceeding the error threshold: Expand to see workflows ...
|
|
The MI300X failure is a timeout, let's try again. |
|
please test |
|
-1 Failed Tests: amd_w7900UnitTests Comparison SummarySummary:
AMD_MI300X Comparison SummarySummary:
NVIDIA_H100 Comparison SummarySummary:
NVIDIA_L40S Comparison SummarySummary:
NVIDIA_T4 Comparison SummarySummary:
|
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 20_0_X
@felicepantaleo fyi