[Openmp-commits] [PATCH] D117627: [OpenMP] Introduce an environment variable to disable atomic map clauses
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Jan 18 17:52:05 PST 2022
jdoerfert marked an inline comment as done.
jdoerfert added inline comments.
================
Comment at: openmp/docs/design/Runtimes.rst:1015
+consequence, users have to guarantee themselves that no two map clauses will
+concurrently map the same memory. If the memory is already mapped and the
+map clauses will only modify the reference counter from a non-zero count to
----------------
tianshilei1992 wrote:
> Probably better to mention no matter implicitly or explicitly.
I don't get that. What to mention and how?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117627/new/
https://reviews.llvm.org/D117627
More information about the Openmp-commits
mailing list