This is an archive of the discontinued LLVM Phabricator instance.

[Clang][Docs] Add documention for new OpenMP offloading driver
ClosedPublic

Authored by jhuber6 on Feb 2 2022, 10:08 AM.

Details

Summary

This patch adds more documentation for the OpenMP offloading driver.
This includes a new file that describes the overall pipeline becuase
that was not previously explained in full elsewhere.

Diff Detail

Event Timeline

jhuber6 created this revision.Feb 2 2022, 10:08 AM
jhuber6 requested review of this revision.Feb 2 2022, 10:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 2 2022, 10:08 AM
jhuber6 updated this revision to Diff 405331.Feb 2 2022, 10:10 AM

Forgot to include new file in index.

jhuber6 retitled this revision from [Clang][Docs] Add documentino for new OpenMP offloading driver to [Clang][Docs] Add documention for new OpenMP offloading driver.Feb 2 2022, 10:14 AM
ABataev added inline comments.Feb 2 2022, 10:32 AM
clang/docs/OffloadingDesign.rst
26

Arm, PowerPC?

jhuber6 added inline comments.Feb 2 2022, 10:34 AM
clang/docs/OffloadingDesign.rst
26

Can add to make it fully inclusive. The new driver I made doesn't link non-GPU stuff yet, but it will soonish.

jhuber6 updated this revision to Diff 405654.Feb 3 2022, 8:20 AM

Some additions.

ABataev accepted this revision.Feb 3 2022, 8:22 AM

LG with nits

clang/docs/OffloadingDesign.rst
26

.->, after X86_64

This revision is now accepted and ready to land.Feb 3 2022, 8:22 AM
This revision was landed with ongoing or failed builds.Feb 3 2022, 10:10 AM
This revision was automatically updated to reflect the committed changes.