Skip to content

Commit 7b7f5db

Browse files
committed
[docs][OpenMP] Update support doc with the planned/in-progress pointer-attachment work.
1 parent 06b1455 commit 7b7f5db

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

clang/docs/OpenMPSupport.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ implementation.
193193
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
194194
| device | support non-contiguous array sections for target update | :good:`done` | https://github.com/llvm/llvm-project/pull/144635 |
195195
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
196-
| device | pointer attachment | :good:`done` | |
196+
| device | pointer attachment | :part: `being repaired` | @abhinavgaba (https://github.com/llvm/llvm-project/pull/153683) |
197197
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
198198
| atomic | hints for the atomic construct | :good:`done` | D51233 |
199199
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
@@ -627,6 +627,10 @@ implementation.
627627
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
628628
| loop grid/tile modifiers for sizes clause | :none:`unclaimed` | :none:`unclaimed` | |
629629
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
630+
| attach map-type modifier | :part: `In Progress` | :none:`unclaimed` | C/C++: @abhinavgaba |
631+
| | | | RT: @abhinavgaba (https://github.com/llvm/llvm-project/pull/149036 |
632+
| | | | https://github.com/llvm/llvm-project/pull/158370) |
633+
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
630634

631635

632636
OpenMP Extensions

0 commit comments

Comments
 (0)