forked from OSchip/llvm-project
[OpenMP5][DOCS] Update status of masked construct and correct the color
for omp_target_is_present, NFC.
This commit is contained in:
parent
4f6d698467
commit
924cdff0ae
|
@ -193,7 +193,7 @@ implementation.
|
|||
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
|
||||
| device extension | implicitly map 'this' (this[:1]) | :good:`done` | D55982 |
|
||||
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
|
||||
| device extension | allow access to the reference count (omp_target_is_present) | :part:`done` | |
|
||||
| device extension | allow access to the reference count (omp_target_is_present) | :good:`done` | |
|
||||
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
|
||||
| device extension | requires directive | :part:`partial` | |
|
||||
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
|
||||
|
@ -340,7 +340,7 @@ want to help with the implementation.
|
|||
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
|
||||
| misc extension | nothing directive | :none:`unclaimed` | |
|
||||
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
|
||||
| misc extension | masked construct and related combined constructs | :part:`worked on` | D99995 |
|
||||
| misc extension | masked construct and related combined constructs | :part:`worked on` | D99995, D100514 |
|
||||
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
|
||||
| misc extension | default(firstprivate) & default(private) | :part:`partial` | firstprivate done: D75591 |
|
||||
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
|
||||
|
|
Loading…
Reference in New Issue