From . * [new ref] HEAD -> merge-attempt From https://github.com/cms-sw/cmssw * [new ref] refs/pull/47306/head -> cms-sw/refs/pull/47306/head Switched to branch 'merge-attempt' Merge made by the 'ort' strategy. .../Portable/interface/PortableHostCollection.h | 2 + DataFormats/Portable/test/BuildFile.xml | 3 +- .../Portable/test/test_catch2_aggregateOnHost.cc | 126 ++++++++++++++ DataFormats/SoATemplate/interface/SoACommon.h | 53 +++--- DataFormats/SoATemplate/interface/SoALayout.h | 51 +++++- DataFormats/SoATemplate/interface/SoAView.h | 154 +++++++++++++++++ DataFormats/SoATemplate/test/BuildFile.xml | 6 + .../SoATemplate/test/SoACustomizedView_t.cc | 185 +++++++++++++++++++++ .../SoATemplate/test/SoALayoutAndView_t.hip.cc | 5 - 9 files changed, 551 insertions(+), 34 deletions(-) create mode 100644 DataFormats/Portable/test/test_catch2_aggregateOnHost.cc create mode 100644 DataFormats/SoATemplate/test/SoACustomizedView_t.cc Switched to branch 'from-CMSSW_15_1_X_2025-02-10-1100'