[PATCH] D101089: [OpenCL] Document legacy atomics with generic address space
Sven van Haastregt via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 23 08:02:57 PDT 2021
svenvh accepted this revision.
svenvh added a comment.
This revision is now accepted and ready to land.
Nitpick to make the sentence read more smoothly; otherwise LGTM!
================
Comment at: clang/docs/LanguageExtensions.rst:1819
+
+Clang allows use of atomic functions from earlier than OpenCL 2.0
+standard with generic address space pointer in C++ for OpenCL mode.
----------------
"from earlier than OpenCL 2.0 standard" -> "from the OpenCL 1.x standards"
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101089/new/
https://reviews.llvm.org/D101089
More information about the cfe-commits
mailing list