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

Align shared memory in fold & scan (only shuffle) #96

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 17, 2023

  1. Align shared memory in fold & scan (only shuffle)

    Previously, shared memory was allocated without any padding.
    This caused that reads and stores may be misaligned,
    for instance when scanning an array containing (Bool, Int).
    This commit only fixes this issue for folds and scans using shuffle
    instructions.
    Fixing this for folds and scans on onlder hardware is possible,
    but probably not worth it given the age of that hardware and
    complexity of the fix.
    ivogabe committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    78a63ef View commit details
    Browse the repository at this point in the history