[Openmp-commits] [PATCH] D87269: [OpenMP] Introduce GOMP taskwait depend in the runtime

Jonathan Peyton via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Sep 7 22:12:51 PDT 2020


jlpeyton created this revision.
jlpeyton added a reviewer: AndreyChurbanov.
jlpeyton added a project: OpenMP.
Herald added subscribers: jfb, guansong, yaxunl.
jlpeyton requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.

This change introduces the `GOMP_taskwait_depend()` function. It implements
the OpenMP 5.0 feature of `#pragma omp taskwait` with `depend()` clause by
wrapping around the `__kmpc_omp_wait_deps()` function.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D87269

Files:
  openmp/runtime/src/kmp_ftn_os.h
  openmp/runtime/src/kmp_gsupport.cpp
  openmp/runtime/test/tasking/omp50_taskwait_depend.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87269.290406.patch
Type: text/x-patch
Size: 3927 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20200908/0d5330aa/attachment.bin>


More information about the Openmp-commits mailing list