[PATCH] D11059: [OPENMP] Info in release notes about OpenMP support in clang.

Michael Wong fraggamuffin at gmail.com
Tue Jul 21 09:52:49 PDT 2015


fraggamuffin added a comment.

Suggest we  modify to:

OpenMP Support
--------------

Clang 3.7 fully supports OpenMP 3.1 and reported to work on several platforms,
including x86, x86-64 and Power.

In addition to OpenMP 3.1, several important elements of 4.0 version of the
standard are supported as well:

- ``omp simd``, ``omp for simd`` and ``omp parallel for simd`` pragmas
- atomic constructs
- ``proc_bind`` clause of ``omp parallel`` pragma
- ``depend`` clause of ``omp task`` pragma
- ``omp cancel`` and ``omp cancellation point`` pragmas
- ``omp taskgroup`` pragma

We plan to continue work on 4.0 for clang 3.8. Please see this link for up-to-date
`status <https://github.com/clang-omp/clang/wiki/Status-of-supported-OpenMP-constructs>_`.
Contributors to this work include AMD, Argonne National Lab., IBM, Intel, Texas Instruments, University of Houston and many others.


http://reviews.llvm.org/D11059







More information about the cfe-commits mailing list