[Openmp-commits] [PATCH] D77603: [OpenMP] Sync writes to child thread's data before reduction
Bryan Chan via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Apr 13 14:13:40 PDT 2020
bryanpkc added a comment.
In D77603#1978909 <https://reviews.llvm.org/D77603#1978909>, @AndreyChurbanov wrote:
> Yes, ideally barriers of all types should have these extra synchronizations, though with lesser priority I think. Because other barriers do not work by default, they need to be explicitly requested.
Thanks! In that case I will commit this one first, and follow up with another patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77603/new/
https://reviews.llvm.org/D77603
More information about the Openmp-commits
mailing list