[PATCH] D39457: [OPENMP] Current status of OpenMP support.

Jonas Hahnfeld via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 21 01:08:43 PST 2017


Hahnfeld added a comment.

@hfinkel I think you requested this documentation on the mailing list. Can you take a look if it matches your expectations so we can get this bundled in the 6.0 release?



================
Comment at: docs/OpenMPSupport.rst:17
+
+Clang fully supports OpenMP 3.1 + some elements of OpenMP 4.5. Clang supports offloading to X86_64, AArch64, PPC64[LE] and Cuda devices.
+The status of major OpenMP 4.5 features support in Clang.
----------------
We should probably say that current trunk is not able to compile for Cuda devices yet.


Repository:
  rC Clang

https://reviews.llvm.org/D39457





More information about the cfe-commits mailing list