This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Add AMDGPU HSA Kernel Descriptor
ClosedPublic

Authored by kzhuravl on Oct 13 2017, 1:08 PM.

Details

Summary
  • Update docs to match llvm coding style
  • Add missing FP16_OVFL bit for gfx9
  • Fix the size of the kernel descriptor in the docs
  • Generation in separate patch

Diff Detail

Repository
rL LLVM

Event Timeline

kzhuravl created this revision.Oct 13 2017, 1:08 PM
kzhuravl updated this revision to Diff 118965.Oct 13 2017, 1:14 PM

Update FP16_OVFL wording.

t-tye accepted this revision.Oct 13 2017, 8:13 PM

LGTM with minor layout suggestion.

docs/AMDGPUUsage.rst
1489 ↗(On Diff #118965)

Maybe Size will fit on the line above now? Same comment for following rows.

This revision is now accepted and ready to land.Oct 13 2017, 8:13 PM
This revision was automatically updated to reflect the committed changes.
kzhuravl marked an inline comment as done.