[Openmp-commits] [PATCH] D108790: [OpenMP][host runtime] Add support for GOMP depobj

Jonathan Peyton via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Aug 26 14:33:13 PDT 2021


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

GOMP depobjs are represented as a two `intptr_t` array. The first
element is the base address of the dependency and the second element
is the flag indicating the type the depobj represents.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108790

Files:
  openmp/runtime/src/kmp_gsupport.cpp
  openmp/runtime/test/lit.cfg
  openmp/runtime/test/tasking/omp50_taskdep_depobj.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108790.368985.patch
Type: text/x-patch
Size: 7239 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210826/f74b582e/attachment-0001.bin>


More information about the Openmp-commits mailing list