[PATCH] D42349: [DOCS] Mention OpenMP Tools Interface in runtime library
Jonas Hahnfeld via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 21 03:33:59 PST 2018
Hahnfeld created this revision.
Hahnfeld added reviewers: ABataev, hans.
Herald added subscribers: cfe-commits, guansong.
Also list supported configurations (architectures + operating
systems).
Repository:
rC Clang
https://reviews.llvm.org/D42349
Files:
docs/OpenMPSupport.rst
Index: docs/OpenMPSupport.rst
===================================================================
--- docs/OpenMPSupport.rst
+++ docs/OpenMPSupport.rst
@@ -65,4 +65,4 @@
* #pragma omp target teams distribute parallel for [simd]: :good:`Complete`.
Clang does not support any constructs/updates from upcoming OpenMP 5.0 except for `reduction`-based clauses in the `task` and `target`-based directives.
-
+In addition, the LLVM OpenMP runtime `libomp` supports the OpenMP Tools Interface (OMPT) on x86, x86_64, AArch64, and PPC64 on Linux, Windows, and mac OS.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42349.130803.patch
Type: text/x-patch
Size: 562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180121/69729357/attachment-0001.bin>
More information about the cfe-commits
mailing list