[Openmp-commits] [PATCH] D26187: Change task stealing to always get task from head of victim's deque.

Jonas Hahnfeld via Openmp-commits openmp-commits at lists.llvm.org
Wed Nov 2 08:45:45 PDT 2016


Hahnfeld accepted this revision.
Hahnfeld added a reviewer: Hahnfeld.
Hahnfeld added a comment.
This revision is now accepted and ready to land.

If I didn't get it wrong, a thread `A` won't steal another task until all new local tasks are finished. So if `A` stole one task from `B`, all tasks in its local queue will be descendants of `B`'s current task when `B` does as `taskwait`, right?


Repository:
  rL LLVM

https://reviews.llvm.org/D26187





More information about the Openmp-commits mailing list