[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 Aug 4 09:50:05 PDT 2021


tianshilei1992 added a comment.

In D107316#2924609 <https://reviews.llvm.org/D107316#2924609>, @protze.joachim wrote:

> Is it necessary, to have `tt_hidden_helper_task_encountered` and `tt_found_proxy_tasks`? Would it be sufficient, to just use `tt_found_proxy_tasks` all the time?

Technically, I think it might be fine. However, I still would like to keep them separated as though proxy task and hidden helper task are similar, their execution are totally different.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107316



More information about the Openmp-commits mailing list