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

Commits on Feb 9, 2022

  1. [alpaka] Added SoA layouts and views and a test

    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.
    ericcano committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    5d27723 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    a69449a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. [alpaka] Re-instated SOA_HOST_DEVICE... etc macros for portability

    This will allow easier porting between CUDA and Alpaka versions.
    ericcano committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    00ae81f View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. [alpaka] Improved support for SoA::column() operator.

    This operator returns a reference in the case of scalars and a pointer otherwise.
    ericcano committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    e58fbc4 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    9877406 View commit details
    Browse the repository at this point in the history