[Openmp-commits] [openmp] [OpenMP] Adding a throttling threshold to bound dependent tasking mem… (PR #82274)
PEREIRA Romain via Openmp-commits
openmp-commits at lists.llvm.org
Tue Feb 27 07:06:24 PST 2024
rpereira-dev wrote:
@jprotze Agreeing on adding a throttling parameter based on the number of tasks added to TDGs.
Better for performances, and mixed with the existing "per-thread-ready-tasks" threshold, it should fix the initial concern on memory footprint, at least on my motivating use-cases that follows a single-producer/multi-consumer pattern.
I'll be working on it.
Thanks for the advices on unit testing
https://github.com/llvm/llvm-project/pull/82274
More information about the Openmp-commits
mailing list