[Openmp-commits] [PATCH] D31071: GOMP compatibility: add missing OMP4.0 taskdeps handling code

Andrey Churbanov via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Mar 23 06:55:22 PDT 2017


AndreyChurbanov accepted this revision.
AndreyChurbanov added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: runtime/src/kmp_gsupport.cpp:923
+#if OMP_40_ENABLED
+  , void **depend, int priority
+#endif
----------------
Hahnfeld wrote:
> `priority` is probably an OpenMP 4.5 thing?
Right, the priority is 4.5 addition, and we can add its implementation later if we want to.


Repository:
  rL LLVM

https://reviews.llvm.org/D31071





More information about the Openmp-commits mailing list