[PATCH] D93125: Update AMDGPU PAL usage documentation
Tony Tye via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 17 13:11:55 PST 2020
t-tye accepted this revision.
t-tye added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/docs/AMDGPUUsage.rst:8588-8598
+ +-------------+--------------+-----------------------------------------------------------------------+
+ |String Key |Value Type |Description |
+ +=============+==============+=======================================================================+
+ |- ".ls" |map |See :ref:`amdgpu-amdpal-code-object-hardware-stage-metadata-map-table` |
+ |- ".hs" | |for the definition of the keys included in that map. |
+ |- ".es" | | |
+ |- ".gs" | | |
----------------
t-tye wrote:
> Use same table syntax as other tables.
Unfortunately simple tables do not allow the first column to have multiple line content so have to use a grid table.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93125/new/
https://reviews.llvm.org/D93125
More information about the llvm-commits
mailing list