[Openmp-commits] [PATCH] D70608: [OPENMP] [DOCS] correct status for use_device_addr clause
Kelvin Li via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Nov 22 11:02:25 PST 2019
kkwli0 created this revision.
kkwli0 added reviewers: ABataev, dreachem.
Herald added a subscriber: guansong.
The status of the use_device_addr clause feature is changed from 'done' to 'worked on`.
https://reviews.llvm.org/D70608
Files:
clang/docs/OpenMPSupport.rst
Index: clang/docs/OpenMPSupport.rst
===================================================================
--- clang/docs/OpenMPSupport.rst
+++ clang/docs/OpenMPSupport.rst
@@ -205,7 +205,7 @@
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| device extension | mapping lambda expression | :good:`done` | D51107 |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| device extension | clause: use_device_addr for target data | :good:`done` | |
+| device extension | clause: use_device_addr for target data | :part:`worked on` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| device extension | map(replicate) or map(local) when requires unified_shared_me | :part:`worked on` | D55719,D55892 |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70608.230686.patch
Type: text/x-patch
Size: 1758 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20191122/80b248bf/attachment-0001.bin>
More information about the Openmp-commits
mailing list