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

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 31 10:53:59 PDT 2017


ABataev added a comment.

In https://reviews.llvm.org/D39457#911950, @Hahnfeld wrote:

> Do we want to add documentation about which target devices Clang can generate code for?


Ok



================
Comment at: docs/OpenMPSupport.rst:46
+
+* #pragma omp distribute parallel for [simd]: :partial:`Partial`. No full codegen support.
+
----------------
Hahnfeld wrote:
> I think that's also a combined directive?
No, it is not. It is part of device constructs


https://reviews.llvm.org/D39457





More information about the cfe-commits mailing list