This is an archive of the discontinued LLVM Phabricator instance.

[NFC][AMDGPU] AMDGPU code object V4 ABI documentation
ClosedPublic

Authored by t-tye on Dec 1 2020, 3:31 PM.

Details

Summary
  • Documantation for AMDGPU code object V4.
  • Documentation clarification for code object V2 and V3.
  • Documentation for the clang-offload-bundler.
  • Numerous other documentation clarifications.

Change-Id: I338b327cc9e75da6c987b7e081b496402a5a020e

Diff Detail

Event Timeline

t-tye created this revision.Dec 1 2020, 3:31 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptDec 1 2020, 3:31 PM
t-tye requested review of this revision.Dec 1 2020, 3:31 PM
kzhuravl accepted this revision.Dec 1 2020, 3:36 PM

LGTM

This revision is now accepted and ready to land.Dec 1 2020, 3:36 PM
This revision was landed with ongoing or failed builds.Dec 1 2020, 3:39 PM
This revision was automatically updated to reflect the committed changes.
tra added a subscriber: tra.Jan 5 2021, 2:20 PM
tra added inline comments.
llvm/docs/AMDGPUUsage.rst
959

Where do these flags live?
I do not see them in https://github.com/llvm/llvm-project/blob/main/llvm/include/llvm/BinaryFormat/ELF.h#L738

Do these doc changes reflect a patch that did not land yet?