Skip to content

Commit ec76d58

Browse files
committed
[OpenMP] Updates support documentation file
Claims omp_target_is_accessible as in progress. Adds entry for 6.0 changes (spec requires minor clarification) and claims them as in progress for C/C++.
1 parent 6ffcfc5 commit ec76d58

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

clang/docs/OpenMPSupport.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ implementation.
256256
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
257257
| device | device-specific environment variables | :none:`unclaimed` | |
258258
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
259-
| device | omp_target_is_accessible routine | :none:`unclaimed` | |
259+
| device | omp_target_is_accessible routine | :part:`In Progress` | https://github.com/llvm/llvm-project/pull/138294 |
260260
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
261261
| device | omp_get_mapped_ptr routine | :good:`done` | D141545 |
262262
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
@@ -449,7 +449,7 @@ implementation.
449449
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
450450
| Clarifications to Fortran map semantics | :none:`unclaimed` | :none:`unclaimed` | |
451451
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
452-
| default clause at target construct | :part:`In Progress` | :none:`unclaimed` | |
452+
| default clause at target construct | :part:`In Progress` | :none:`unclaimed` | |
453453
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
454454
| ref count update use_device_{ptr, addr} | :none:`unclaimed` | :none:`unclaimed` | |
455455
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
@@ -476,6 +476,8 @@ implementation.
476476
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
477477
| Local clause on declare target | :part:`In Progress` | :none:`unclaimed` | |
478478
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
479+
| Changes to omp_target_is_accessible | :part:`In Progress` | :part:`In Progress` | |
480+
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
479481

480482
OpenMP Extensions
481483
=================

0 commit comments

Comments
 (0)