[PATCH] D72901: [OpenMP] [DOCS] Update OMP5.0 feature status table [NFC]
Johannes Doerfert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 17 11:02:09 PST 2020
jdoerfert added inline comments.
================
Comment at: clang/docs/OpenMPSupport.rst:194
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| device extension | requires directive (unified shared memory) | :good:`done` | |
+| device extension | requires directive | :good:`done` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
----------------
ABataev wrote:
> We have support only for unified memory, so must be `partial`
Let's keep the explicit ` (unified shared memory) -> done ` line and add one for the others as not done.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72901/new/
https://reviews.llvm.org/D72901
More information about the cfe-commits
mailing list