Lines Matching full:openmp
1 OpenMP Extensions for OpenACC
4 OpenACC provides some functionality that OpenMP does not. In some
5 cases, Clang supports OpenMP extensions to provide similar
10 option ``-fno-openmp-extensions`` can be specified to disable all
11 OpenMP extensions, including those described in this section.
19 OpenMP extensions:
21 * OpenMP applications can take advantage of the additional
24 as a basis for including these extensions in the OpenMP standard.
25 * Source-to-source translation from certain OpenACC features to OpenMP
27 * Runtime tests can be written in terms of OpenMP instead of OpenACC
30 OpenACC and OpenMP development in LLVM. That is, LLVM's OpenMP
31 developers can discuss, modify, and debug LLVM's extended OpenMP
68 construct. As usual, the standard OpenMP reference count for the
92 * LLVM uses the term *dynamic reference count* for the standard OpenMP
118 compute constructs, which are similar to OpenMP's ``target data``
121 Contrast with OpenMP, where the dynamic reference count is always used
136 selecting OpenMP reference counts, the implementation is the same at
138 OpenMP's dynamic reference count, and OpenACC's structured reference
139 count is our OpenMP hold reference count extension.
149 OpenMP 5.2, sec. 10.2 "teams Construct", p. 232, L9-12 restricts what
164 This extension is important when translating OpenACC to OpenMP because