[Openmp-commits] [PATCH] D119676: [OpenMP] libomp: implemented task priorities.

Andrey Churbanov via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sun Feb 13 12:44:46 PST 2022


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

Implemented shared list of task deques one per task priority value.
Tasks execution changed to first check if priority tasks ready for execution exist,
and these tasks executed before others; otherwise usual tasks execution mechanics work.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119676

Files:
  openmp/runtime/src/kmp.h
  openmp/runtime/src/kmp_tasking.cpp
  openmp/runtime/test/tasking/omp_task_priority2.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119676.408287.patch
Type: text/x-patch
Size: 19676 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220213/4b1dc039/attachment-0001.bin>


More information about the Openmp-commits mailing list