[Openmp-commits] [PATCH] D109017: [OpenMP][libomptarget] Add event query plugin API
Ye Luo via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Aug 31 13:30:21 PDT 2021
ye-luo added a comment.
In D109017#2975462 <https://reviews.llvm.org/D109017#2975462>, @jdoerfert wrote:
> What is the use case of the API and of the new member?
The new member is needed for D107656 <https://reviews.llvm.org/D107656> to opt-in using events for synchronization if event is supported.
D107656 <https://reviews.llvm.org/D107656> also need query_event to decide if a task should be resumed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109017/new/
https://reviews.llvm.org/D109017
More information about the Openmp-commits
mailing list