OSDN Git Service

[AMDGPU] Update code object description
authorTony Tye <Tony.Tye@amd.com>
Fri, 10 Nov 2017 01:00:54 +0000 (01:00 +0000)
committerTony Tye <Tony.Tye@amd.com>
Fri, 10 Nov 2017 01:00:54 +0000 (01:00 +0000)
commit9000e8c60d07871233823d8a76a67121cdbee9dd
tree9196616e8320b7aa0a570eb0aca5d46a1bd851f4
parent8887214dfa91e035edf1b1f884651c52b3bd54d4
[AMDGPU] Update code object description

 - 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.
 - Remove old XNACK enabled processor names.

Differential Revision: https://reviews.llvm.org/D39828

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317855 91177308-0d34-0410-b5e6-96231b3b80d8
docs/AMDGPUUsage.rst