Skip to content

Commit 5dfc4f7

Browse files
authored
[docs][OpenMP] Add docs section for OpenMP 6.1 implementation status (llvm#155651)
Add section for OpenMP 6.1 (experimental) implementation status in the documentation. OpenMP 6.1 has not been released yet.
1 parent ffbe9cf commit 5dfc4f7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

clang/docs/OpenMPSupport.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,26 @@ implementation.
483483
| Changes to omp_target_is_accessible | :part:`In Progress` | :part:`In Progress` | |
484484
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
485485

486+
487+
.. _OpenMP 6.1 implementation details:
488+
489+
OpenMP 6.1 Implementation Details (Experimental)
490+
================================================
491+
492+
The following table provides a quick overview over various OpenMP 6.1 features
493+
and their implementation status. Since OpenMP 6.1 has not yet been released, the
494+
following features are experimental and are subject to change at any time.
495+
Please post on the `Discourse forums (Runtimes - OpenMP category)`_ for more
496+
information or if you want to help with the
497+
implementation.
498+
499+
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
500+
|Feature | C/C++ Status | Fortran Status | Reviews |
501+
+=============================================================+===========================+===========================+==========================================================================+
502+
| | | | |
503+
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
504+
505+
486506
OpenMP Extensions
487507
=================
488508

0 commit comments

Comments
 (0)