[Openmp-commits] [PATCH] D73922: [OpenMP][runtime] Add GOMP 5.0 loop entry points

Jonathan Peyton via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Feb 3 13:33:31 PST 2020


jlpeyton created this revision.
jlpeyton added a reviewer: AndreyChurbanov.
jlpeyton added a project: OpenMP.
Herald added a subscriber: guansong.
Herald added a reviewer: jdoerfert.

This patch adds missing GOMP_5.0 loop entry points (GCC-9.x) which incorporate
new non-monotonic entry point names.  Since monotonic
schedules are a subset of nonmonotonic, it is acceptable to use
monotonic as the implementation.  This patch simply has the nonmonotonic
versions of the loop entry points as wrappers around the monotonic ones.


https://reviews.llvm.org/D73922

Files:
  openmp/runtime/src/exports_so.txt
  openmp/runtime/src/kmp_ftn_os.h
  openmp/runtime/src/kmp_gsupport.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73922.242169.patch
Type: text/x-patch
Size: 5612 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20200203/efbd6090/attachment.bin>


More information about the Openmp-commits mailing list