[flang-commits] [flang] [Flang][OpenMP] Add OpenMP standards support doc (PR #132707)

Tarun Prabhu via flang-commits flang-commits at lists.llvm.org
Mon Mar 24 07:05:50 PDT 2025


================
@@ -0,0 +1,62 @@
+<!--===- docs/FortranStandardsSupport.md
+
+   Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+   See https://llvm.org/LICENSE.txt for license information.
+   SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+
+-->
+
+# Flang OpenMP Standards Support
+
+```{contents}
+---
+local:
+---
+```
+
+This document summarizes OpenMP standards support in Flang. The information is only provided as a guideline. The
+TODOs/Not Yet Implemented messages emitted by the compiler for unimplemented features should be treated as authoritative.
+Standards support is provided upto OpenMP 4.0 for now. It will be extended later for OpenMP 4.5, OpenMP 5.* and OpenMP 6.0.
----------------
tarunprabhu wrote:

Would it be worth putting in a date here, so there is some indication of how valid this sentence is?

```suggestion
As of March 2025, standards support is provided upto OpenMP 4.0. It will be extended later for OpenMP 4.5, OpenMP 5.* and OpenMP 6.0.
```

Are we working on support for OpenMP > 4.0? If so, perhaps the second sentence could be rephrased to better reflect this. Perhaps

```
We are actively working towards supporting OpenMP 4.5, OpenMP 5.* and OpenMP 6.0. 
```

https://github.com/llvm/llvm-project/pull/132707


More information about the flang-commits mailing list