[Openmp-commits] [PATCH] D119676: [OpenMP] libomp: implemented task priorities.
Andrey Churbanov via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sat Mar 5 12:25:39 PST 2022
AndreyChurbanov added a comment.
In D119676#3355662 <https://reviews.llvm.org/D119676#3355662>, @jlpeyton wrote:
> ... just for clarification, is it correct that priority==0 means "use the regular per-thread deques" and are assumed to be lowest (and default) priority?
Yes. The description of the priority clause says: "The default priority-value when no priority clause is specified is zero (the lowest priority)."
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119676/new/
https://reviews.llvm.org/D119676
More information about the Openmp-commits
mailing list