[Openmp-commits] [PATCH] D60979: [OpenMP] Add OpenMP 5.0 nonmonotonic code

Jonathan Peyton via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Apr 22 14:08:37 PDT 2019


jlpeyton created this revision.
jlpeyton added reviewers: AndreyChurbanov, tlwilmar, hbae.
jlpeyton added a project: OpenMP.
Herald added subscribers: jdoerfert, jfb, guansong.

This patch adds:

1. new omp_sched_monotonic flag to omp_sched_t which is handled within the runtime
2. parsing of monotonic/nonmonotonic in OMP_SCHEDULE
3. tests for the monotonic flag and envirable parsing
4. logic to force monotonic when hierarchical scheduling is used


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D60979

Files:
  runtime/src/include/50/omp.h.var
  runtime/src/include/50/omp_lib.f.var
  runtime/src/include/50/omp_lib.f90.var
  runtime/src/include/50/omp_lib.h.var
  runtime/src/kmp.h
  runtime/src/kmp_dispatch.cpp
  runtime/src/kmp_dispatch_hier.h
  runtime/src/kmp_runtime.cpp
  runtime/src/kmp_settings.cpp
  runtime/test/worksharing/for/omp_monotonic_env.c
  runtime/test/worksharing/for/omp_monotonic_schedule_set_get.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60979.196131.patch
Type: text/x-patch
Size: 32608 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20190422/e5a617cc/attachment-0001.bin>


More information about the Openmp-commits mailing list