This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Use `__kmpc_give_task` in `__kmp_push_task` when encountering a hidden helper task
ClosedPublic

Authored by tianshilei1992 on Jul 28 2021, 10:50 AM.

Details

Summary

This patch replaces the current implementation, overwrites gtid and thread,
with __kmpc_give_task.

Diff Detail

Event Timeline

tianshilei1992 requested review of this revision.Jul 28 2021, 10:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 28 2021, 10:50 AM
This revision is now accepted and ready to land.Aug 19 2021, 9:28 AM