-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
1 changed file
with
33 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters