[OPENMP] [DOCS] correct status for use_device_addr clause
authorKelvin Li <kkwli0@gmail.com>
Fri, 22 Nov 2019 18:59:58 +0000 (13:59 -0500)
committerKelvin Li <kkwli0@gmail.com>
Fri, 22 Nov 2019 20:32:40 +0000 (15:32 -0500)
The status of the use_device_addr clause feature is changed from 'done' to 'worked on`.

Differential Revision: https://reviews.llvm.org/D70608

clang/docs/OpenMPSupport.rst

index aafadcf..ee80f1a 100644 (file)
@@ -205,7 +205,7 @@ implementation.
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | 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                                                         |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+