[Openmp-commits] [openmp] [OpenMP] Introduce KMP_TASK_STEALING to allow disabling task stealing. (PR #76891)

Ye Luo via Openmp-commits openmp-commits at lists.llvm.org
Wed Jan 3 22:28:44 PST 2024


ye-luo wrote:

When every thread does the same kind of computation (on independent datasets), having each thread scheduling tasks generated from it results perfect load balance.  Task stealing introduces undesired load imbalance.

https://github.com/llvm/llvm-project/pull/76891


More information about the Openmp-commits mailing list