[flang-commits] [flang] [FLANG] [DOCS] Update current status details of DO CONCURRENT support (PR #194582)

Tarun Prabhu via flang-commits flang-commits at lists.llvm.org
Mon May 4 07:16:06 PDT 2026


================
@@ -47,11 +47,17 @@ See `-fopenmp-targets` and `--offload-arch` for more info.
 
 ## Current status
 
-Under the hood, `do concurrent` mapping is implemented in the
-`DoConcurrentConversionPass`. This is still an experimental pass which means
-that:
-* It has been tested in a very limited way so far.
-* It has been tested mostly on simple synthetic inputs.
+As of LLVM 22, flang adds more extensive support for parallelizing do concurrent loops
+on the CPU and the GPU. In particular, the local specifier, partial support for reduce,
+and automatic mapping of user-defined types are now supported.
+On the CPU, we validated the feature using FIATS' inference and training codes where
----------------
tarunprabhu wrote:

Adding a link to FIATS may be helpful. I assume that what is linked in the suggestion is what you have used.

```suggestion
On the CPU, we validated the feature using [FIATS](https://github.com/BerkeleyLab/fiats) inference and training codes where
```

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


More information about the flang-commits mailing list