This patch limits the number of dispatch buffers (used for loop worksharing construct) to between 1 and 4096.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D96749
[OpenMP] Limit number of dispatch buffers ClosedPublic Authored by jlpeyton on Feb 15 2021, 9:50 PM.
Details Summary This patch limits the number of dispatch buffers (used for loop worksharing construct) to between 1 and 4096.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 22 2021, 8:21 AM This revision was landed with ongoing or failed builds.Feb 22 2021, 11:14 AM Closed by commit rG8c73be9d8675: [OpenMP] Limit number of dispatch buffers (authored by jlpeyton). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 325503 openmp/runtime/src/kmp.h
openmp/runtime/src/kmp_csupport.cpp
openmp/runtime/src/kmp_ftn_entry.h
openmp/runtime/src/kmp_settings.cpp
openmp/runtime/test/env/kmp_dispatch_buf_range.c
|