[Openmp-commits] [PATCH] D114005: [OpenMP][Tools] Fix handling of initial-task-end
Deepak Eachempati via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Nov 16 08:59:21 PST 2021
dreachem added a comment.
What happens for a teams construct? The implicit tasks in that case are all initial tasks. Should this `Data->Team->Delete()` apply there as well, or only for the implicit parallel region for the whole program?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114005/new/
https://reviews.llvm.org/D114005
More information about the Openmp-commits
mailing list