[clang] 5dfc4f7 - [docs][OpenMP] Add docs section for OpenMP 6.1 implementation status (#155651)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 28 10:06:27 PDT 2025
Author: Kevin Sala Penades
Date: 2025-08-28T10:06:23-07:00
New Revision: 5dfc4f79655d6e36088aaac5c702b5034731a754
URL: https://github.com/llvm/llvm-project/commit/5dfc4f79655d6e36088aaac5c702b5034731a754
DIFF: https://github.com/llvm/llvm-project/commit/5dfc4f79655d6e36088aaac5c702b5034731a754.diff
LOG: [docs][OpenMP] Add docs section for OpenMP 6.1 implementation status (#155651)
Add section for OpenMP 6.1 (experimental) implementation status in the
documentation. OpenMP 6.1 has not been released yet.
Added:
Modified:
clang/docs/OpenMPSupport.rst
Removed:
################################################################################
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 2b510747bea90..adb14c21a4d38 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -483,6 +483,26 @@ implementation.
| Changes to omp_target_is_accessible | :part:`In Progress` | :part:`In Progress` | |
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
+
+.. _OpenMP 6.1 implementation details:
+
+OpenMP 6.1 Implementation Details (Experimental)
+================================================
+
+The following table provides a quick overview over various OpenMP 6.1 features
+and their implementation status. Since OpenMP 6.1 has not yet been released, the
+following features are experimental and are subject to change at any time.
+Please post on the `Discourse forums (Runtimes - OpenMP category)`_ for more
+information or if you want to help with the
+implementation.
+
++-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
+|Feature | C/C++ Status | Fortran Status | Reviews |
++=============================================================+===========================+===========================+==========================================================================+
+| | | | |
++-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
+
+
OpenMP Extensions
=================
More information about the cfe-commits
mailing list