We will later use the fact that a barrier is aligned to reason about
thread divergence. For now we introduce the assumption and some more
documentation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D112153
[OpenMP] Introduce aligned synchronization into the new device RT ClosedPublic Authored by jdoerfert on Oct 20 2021, 9:29 AM.
Details Summary We will later use the fact that a barrier is aligned to reason about
Diff Detail
Event Timeline
JonChesterfield added inline comments.
This revision is now accepted and ready to land.Oct 22 2021, 11:41 AM Closed by commit rGb16aadf0a79a: [OpenMP] Introduce aligned synchronization into the new device RT (authored by jdoerfert). · Explain WhyOct 27 2021, 4:22 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 382846 openmp/libomptarget/DeviceRTL/include/Synchronization.h
openmp/libomptarget/DeviceRTL/src/Kernel.cpp
openmp/libomptarget/DeviceRTL/src/Parallelism.cpp
openmp/libomptarget/DeviceRTL/src/State.cpp
openmp/libomptarget/DeviceRTL/src/Synchronization.cpp
|
Thank you for the comments here