[Openmp-commits] [PATCH] D103648: [OpenMP] libomp: fix dynamic loop dispatcher
Andrey Churbanov via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jun 3 14:23:56 PDT 2021
AndreyChurbanov created this revision.
AndreyChurbanov added reviewers: jlpeyton, hbae, tlwilmar, Nawrin.
AndreyChurbanov added a project: OpenMP.
Herald added subscribers: jfb, guansong, yaxunl.
AndreyChurbanov requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: openmp-commits, sstefan1.
Restructured dynamic loop dispatcher code.
Fixed work with dispatch buffers.
Fixed nonmonotonic dynamic (static_steal) schedule.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D103648
Files:
openmp/runtime/src/kmp.h
openmp/runtime/src/kmp_dispatch.cpp
openmp/runtime/src/kmp_dispatch.h
openmp/runtime/src/kmp_dispatch_hier.h
openmp/runtime/src/kmp_settings.cpp
openmp/runtime/test/worksharing/for/kmp_set_dispatch_buf.c
openmp/runtime/test/worksharing/for/omp_for_schedule_runtime.c
openmp/runtime/test/worksharing/for/omp_par_in_loop.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103648.349687.patch
Type: text/x-patch
Size: 39253 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210603/fa08c193/attachment-0001.bin>
More information about the Openmp-commits
mailing list