Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VecMem 1.14.0, main branch (2025.02.21.) #887

Merged
merged 1 commit into from
Feb 21, 2025

Conversation

krasznaa
Copy link
Member

Update to vecmem-1.14.0. Which brings in a number of updates, but most importantly the ability to use vecmem::edm::host::push_back(...) and vecmem::edm::device::push_back(...) to add elements to (resizable) SoA containers.

I modified a couple of places in the code where this makes the code a little more readable with the existing SoA containers. But didn't go through absolutely everything.

Most importantly, this will help make #878 be a little more readable in the test code.

@krasznaa krasznaa added the edm Changes to the data model label Feb 21, 2025
@krasznaa krasznaa force-pushed the ModernSoA-main-20250221 branch from 1051ee2 to e1f72b6 Compare February 21, 2025 15:05
Copy link
Contributor

@beomki-yeo beomki-yeo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update - I like it

Most importantly, make use of vecmem::edm::host::push_back(...)
as a result.
@krasznaa krasznaa force-pushed the ModernSoA-main-20250221 branch from e1f72b6 to 3e0f13a Compare February 21, 2025 19:08
@krasznaa krasznaa enabled auto-merge (squash) February 21, 2025 19:10
@krasznaa krasznaa merged commit cc5c7a6 into acts-project:main Feb 21, 2025
28 of 29 checks passed
@krasznaa krasznaa deleted the ModernSoA-main-20250221 branch February 21, 2025 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
edm Changes to the data model
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants