```{warning} These are in-progress notes for the upcoming LLVM {{version}} release. Release notes for previous releases can be found on [the Download Page](https://releases.llvm.org/download.html). ```
This document contains the release notes for the Flang Fortran frontend, part of the LLVM Compiler Infrastructure, release {{version}}. Here we describe the status of Flang in some detail, including major improvements from the previous release and new feature work. For the general LLVM release notes, see the LLVM documentation. All LLVM releases may be downloaded from the LLVM releases web site.
Note that if you are reading this file from a Git checkout, this document applies to the next release, not the current one. To see the release notes for a specific release, please see the releases page.
do concurrent mapping to OpenMPFlang now has better support for do concurrent parallelization on the CPU and GPU. On the CPU, we validated the feature using FIATS' inference and training codes. On the GPU, we have basic support that is still in progress; we have offload tests for 1D and 2D saxpy. We also validated using codes that do not use extensive user-defined types and/or allocatables.
To use the feature, use -fdo-concurrent-to-openmp=[none|host|device]. OpenMP must be enabled as well, for example: -fopenmp [--offload-arch=<target_arch>].
Flang's documentation is located in the flang/docs/ directory in the LLVM monorepo.
If you have any questions or comments about Flang, please feel free to contact us on the Discourse forums.