[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
+`do concurrent` and OpenMP had very similar acceleration results (for more info see: [1]).
----------------
tarunprabhu wrote:
nit
```suggestion
`do concurrent` and OpenMP had very similar acceleration results (for more information, see [1]).
```
https://github.com/llvm/llvm-project/pull/194582
More information about the flang-commits
mailing list