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

[alpaka] Added SoA stores and views macro to DataFormats and a test validating them #258

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ericcano
Copy link
Contributor

The test validates multiple multiple SoA use cases, host and device side.
It validates buffer sharing for multiple SoA stores, and shared data (host/device) as well as device only data (as can be seen in plugins).

@ericcano ericcano changed the title Added SoA stores and views macro to DataFormats and a test validating them [alpaka] Added SoA stores and views macro to DataFormats and a test validating them Nov 8, 2021
The test validates multiple multiple SoA use cases, host and device side.
It validates buffer sharing for multiple layouts.
An an Alpaka native sub-buffer operation (device side memset) was used. This type of operations
can be used in the future to copy partial columns.
This version is a port of cms-patatrack#287 to Alpaka.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants