[PATCH] D39828: AMDGPU: Update code object description

Tony Tye via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 8 19:34:40 PST 2017


t-tye created this revision.
Herald added subscribers: dstuttard, yaxunl, nhaehnle, wdng.

- Use ELF header flags to identify processor.
- Remove isa note record.
- Add target feature section.
- Make metadata for NumVGPRs, NumSGPRs and MaxFlatWorkGroupSize required.
- Add FixedWorkGroupSize to CodeProps metadata.
- Add ReqdWorkGroupSize* to kernel descriptor and move MaxFlatWorkGroupSize to be adjacent.
- Move IsXNACKEnabled in the kernel descriptor to be at the end of the unused flags.
- Remove IsDynamicCallStack from the metadata and kernel descriptor.
- Remove legacy debugger metadata.


https://reviews.llvm.org/D39828

Files:
  docs/AMDGPUUsage.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39828.122196.patch
Type: text/x-patch
Size: 45795 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171109/744b363a/attachment.bin>


More information about the llvm-commits mailing list