[Openmp-commits] [PATCH] D107316: [OpenMP] Add missing `tt_hidden_helper_task_encountered` along with `tt_found_proxy_tasks`

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Oct 6 18:17:10 PDT 2021


tianshilei1992 updated this revision to Diff 377729.
tianshilei1992 added a comment.

This patch can potentially fix a problem exposed in the added test case. However,
the case cannot pass now because it hangs in `__kmp_execute_tasks_template`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107316

Files:
  openmp/libomptarget/test/offloading/target_nowait_target.cpp
  openmp/runtime/src/kmp_barrier.cpp
  openmp/runtime/src/kmp_csupport.cpp
  openmp/runtime/src/kmp_runtime.cpp
  openmp/runtime/src/kmp_taskdeps.cpp
  openmp/runtime/src/kmp_tasking.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107316.377729.patch
Type: text/x-patch
Size: 5262 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20211007/c9168755/attachment.bin>


More information about the Openmp-commits mailing list