This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][NFC] Unify `target` API with other by passing a `__tgt_async_info` pointer
ClosedPublic

Authored by jdoerfert on Feb 10 2021, 9:52 AM.

Diff Detail

Event Timeline

jdoerfert created this revision.Feb 10 2021, 9:52 AM
jdoerfert requested review of this revision.Feb 10 2021, 9:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 10 2021, 9:52 AM
Herald added a subscriber: sstefan1. · View Herald Transcript
openmp/libomptarget/src/omptarget.cpp
14

Do we need this header here?

tianshilei1992 accepted this revision.Feb 16 2021, 11:21 AM

One nit ^^^^

This revision is now accepted and ready to land.Feb 16 2021, 11:21 AM
jdoerfert added inline comments.Feb 16 2021, 11:22 AM
openmp/libomptarget/src/omptarget.cpp
14

strictly speaking, no. but we should include what we use.

This revision was landed with ongoing or failed builds.Feb 16 2021, 1:38 PM
This revision was automatically updated to reflect the committed changes.