[Openmp-commits] [openmp] [OpenMP] Simplify accessing num-teams and team-num (PR #131618)
via Openmp-commits
openmp-commits at lists.llvm.org
Mon Mar 17 09:51:38 PDT 2025
jprotze wrote:
Why is the extra team info necessary at all? There was a full team created and populated with information during creation of the league. For parallel execution, these thread data structures are used, but for a serialized team, a new data structure is used and populated with information !?!
https://github.com/llvm/llvm-project/pull/131618
More information about the Openmp-commits
mailing list