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

Fix a race condition in splitVertices [14.0.x] #45655

Merged
merged 1 commit into from
Aug 8, 2024

Commits on Aug 6, 2024

  1. Fix a race condition in splitVertices

    Add
    
        alpaka::syncBlockThreads(acc);
    
    at the end of the loop on the vertices to ensure that all threads are
    properly synchronised before resetting the shared memory.
    
    Clean up the kernel to use the SoA accessors and the cms::alpakatools
    utilities.
    fwyzard committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    5408c0f View commit details
    Browse the repository at this point in the history