Lines Matching full:openmp
1 .. title:: Welcome to the documentation of OpenMP in LLVM!
7 OpenMP) <https://discourse.llvm.org/c/runtimes/openmp/35>`__..
13 LLVM/OpenMP Documentation <self>
16 LLVM/OpenMP Design & Overview
19 OpenMP impacts various parts of the LLVM project, from the frontends (`Clang
22 multitude of available :ref:`OpenMP runtimes <openmp_runtimes>`.
24 A high-level overview of OpenMP in LLVM can be found :doc:`here <design/Overview>`.
36 both Flang and Clang. For this purpose, LLVM's OpenMP runtimes are
38 supports :doc:`OpenMP extensions <openacc/OpenMPExtensions>` to make
39 the additional functionality also available in OpenMP applications.
47 LLVM/OpenMP Optimizations
51 2020), has an :doc:`OpenMP-Aware optimization pass <optimizations/OpenMPOpt>`
52 as well as the ability to :doc:`perform "scalar optimizations" across OpenMP region
63 LLVM/OpenMP Optimization Remarks
72 The OpenMP optimizations in LLVM have been developed with remark support as a
73 priority. For a list of OpenMP specific remarks and more information on them,
94 OpenMP Command-Line Argument Reference
98 we also recommend the OpenMP
100 page that offers a detailed overview of options specific to OpenMP. It also
101 contains a list of OpenMP offloading related command-line arguments.
113 Dealing with OpenMP can be complicated. For help with the setup of an OpenMP
117 We also encourage everyone interested in OpenMP in LLVM to :doc:`get involved