This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from 6c90de7 Fixed x2APIC discovery for 256-processor architectures. new d9ae211 __kmp_free_task: Fix for serial explicit tasks producing proxy tasks new a86e0ba Do not block on explicit task depending on proxy task
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: runtime/src/kmp_taskdeps.cpp | 13 +-- runtime/src/kmp_tasking.c | 37 +++--- runtime/test/tasking/bug_nested_proxy_task.c | 128 +++++++++++++++++++++ runtime/test/tasking/bug_proxy_task_dep_waiting.c | 131 ++++++++++++++++++++++ 4 files changed, 285 insertions(+), 24 deletions(-) create mode 100644 runtime/test/tasking/bug_nested_proxy_task.c create mode 100644 runtime/test/tasking/bug_proxy_task_dep_waiting.c