[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
Thu Jan 4 12:49:02 PST 2024


ye-luo wrote:

I do have a need to use async target task for better GPU performance. Right now I'm investigating the slowdown due to switching from target task to async target task. So need a few knobs to poke the runtime. I will report back once I have data if task stealing is the culprit. 

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


More information about the Openmp-commits mailing list