[Openmp-commits] [PATCH] D158416: [OpenMP] Adding a throttling threshold to bound dependent tasking memory footprint

Romain PEREIRA via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Aug 24 12:29:20 PDT 2023


rpereira-dev updated this revision to Diff 553229.
rpereira-dev added a comment.

- Fixed tests comment that got formatted by previous `git clang-format`
- Fixed throttling on the maximum number of tasks per thread; previous version would crash if this was larger than the original thread queues, queues are now resizing


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158416/new/

https://reviews.llvm.org/D158416

Files:
  openmp/runtime/src/kmp.h
  openmp/runtime/src/kmp_global.cpp
  openmp/runtime/src/kmp_settings.cpp
  openmp/runtime/src/kmp_tasking.cpp
  openmp/runtime/test/tasking/omp_throttling_max.c
  openmp/runtime/test/tasking/omp_throttling_max_ready_per_thread.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158416.553229.patch
Type: text/x-patch
Size: 14683 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230824/80dcca79/attachment.bin>


More information about the Openmp-commits mailing list