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

Improve SoA with static array extents #653

Merged

Commits on Dec 14, 2022

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

Commits on Dec 15, 2022

  1. Extend vectoradd benchmark

    * Mix data types in record dimension, so padding and alignment can have an effect
    * Make problem size an odd number
    * Plot results
    * Test all LLAMA versions in a single run
    * Test a few variations of the SoA layout
    * Simplify alpaka use
    bernhardmgruber committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    14fba54 View commit details
    Browse the repository at this point in the history
  2. Move SB SoA offset table computation into separate function

    This works around an MSVC bug.
    bernhardmgruber committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    623d42c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8125222 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ee97e4 View commit details
    Browse the repository at this point in the history