Index: docs/ReleaseNotes.rst =================================================================== --- docs/ReleaseNotes.rst +++ docs/ReleaseNotes.rst @@ -179,6 +179,25 @@ - Improved diagnostics for function pointers. + +OpenMP Support in Clang +--------------------- + +OpenMP 3.1 is fully supported and is enabled by default with -fopenmp +which now uses the clang OpenMP library instead of the GCC OpenMP library. + +In addition to OpenMP 3.1, several important elements of the OpenMP 4.0/4.5 +are supported as well as we continue to aim to complete OpenMP 4.5 + +- ``map`` clause +- task dependencies +- ``num_teams`` clause +- ``thread_limit`` clause +- ``target`` and ``target data`` directive +- ``target`` directive with implicit data mapping +- ``target enter data`` and ``target exit data`` directive + + CUDA Support in Clang --------------------- Clang has experimental support for end-to-end CUDA compilation now: