acts-project / vecmem

Vectorised data model base and helper classes.
https://acts-project.github.io/vecmem/
Mozilla Public License 2.0
19 stars 13 forks source link

Add SoA Host and Data Classes, main branch (2023.12.07.) #252

Closed krasznaa closed 9 months ago

krasznaa commented 9 months ago

Following #251, this is the 3rd PR for reviewing everything from #246.

Here I introduce vecmem::edm::host and vecmem::edm::data.

To keep the PR size down, only added host tests for the new code at this point. The device tests will come later.