[Openmp-commits] [openmp] [OpenMP][OMPT] Add missing callbacks for asynchronous target tasks (PR #93472)
via Openmp-commits
openmp-commits at lists.llvm.org
Tue May 28 06:17:56 PDT 2024
jprotze wrote:
> What seems odd to me is that the region is created by `tid = 2`. I will look into the tasking changes next to see if the other issue I've seen is fixed.
>
> Edit: I messed up my LLVM version while testing. Everything seems to work fine.
I think the output looks a bit strange, because you don't have callbacks for task create and schedule events. I would expect a target task create on tid=1 and task switch events on tid=2 for scheduling the asynchronous target region onto the hidden helper threads.
https://github.com/llvm/llvm-project/pull/93472
More information about the Openmp-commits
mailing list