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

Jonas Hahnfeld via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 31 10:33:18 PDT 2017


Hahnfeld added a comment.

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



================
Comment at: docs/OpenMPSupport.rst:46
+
+* #pragma omp distribute parallel for [simd]: :partial:`Partial`. No full codegen support.
+
----------------
I think that's also a combined directive?


https://reviews.llvm.org/D39457





More information about the cfe-commits mailing list