Skip to content

Commit a37d747

Browse files
committed
[OpenMP][Docs] Add some things to the OpenMP support
This patch adds some information that we have support for in the OpenMP clang support page. Reviewed By: jdoerfert Differential Revision: https://reviews.llvm.org/D155727
1 parent b69d4a4 commit a37d747

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang/docs/OpenMPSupport.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ implementation.
186186
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
187187
| device | clause: in_reduction | :part:`worked on` | r308768 |
188188
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
189-
| device | omp_get_device_num() | :part:`worked on` | D54342 |
189+
| device | omp_get_device_num() | :good:`done` | D54342,D128347 |
190190
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
191191
| device | structure mapping of references | :none:`unclaimed` | |
192192
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
@@ -202,7 +202,7 @@ implementation.
202202
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
203203
| device | clause: unified_address | :part:`partial` | |
204204
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
205-
| device | clause: reverse_offload | :none:`unclaimed parts` | D52780 |
205+
| device | clause: reverse_offload | :part:`partial` | D52780,D155003 |
206206
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
207207
| device | clause: atomic_default_mem_order | :good:`done` | D53513 |
208208
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
@@ -287,7 +287,7 @@ implementation.
287287
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
288288
| device | omp_get_mapped_ptr routine | :good:`done` | D141545 |
289289
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
290-
| device | new async target memory copy routines | :none:`unclaimed` | |
290+
| device | new async target memory copy routines | :good:`done` | D136103 |
291291
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
292292
| device | thread_limit clause on target construct | :none:`worked on` | |
293293
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
@@ -331,7 +331,7 @@ implementation.
331331
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
332332
| misc | extended OMP_PLACES syntax | :none:`unclaimed` | |
333333
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
334-
| misc | OMP_NUM_TEAMS and OMP_TEAMS_THREAD_LIMIT env vars | :none:`unclaimed` | |
334+
| misc | OMP_NUM_TEAMS and OMP_TEAMS_THREAD_LIMIT env vars | :good:`done` | D138769 |
335335
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
336336
| misc | 'target_device' selector in context specifier | :none:`unclaimed` | |
337337
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+

0 commit comments

Comments
 (0)