[PATCH] D102910: [NFC][AMDGPU] Mark C code in AMDGPUUsage.rst
Tony Tye via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 21 03:09:52 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb408efe4ffcd: [NFC][AMDGPU] Mark C code in AMDGPUUsage.rst (authored by t-tye).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102910/new/
https://reviews.llvm.org/D102910
Files:
llvm/docs/AMDGPUUsage.rst
Index: llvm/docs/AMDGPUUsage.rst
===================================================================
--- llvm/docs/AMDGPUUsage.rst
+++ llvm/docs/AMDGPUUsage.rst
@@ -1279,7 +1279,7 @@
Specifies the code object version number. The description field has the
following layout:
- .. code::
+ .. code:: c
struct amdgpu_hsa_note_code_object_version_s {
uint32_t major_version;
@@ -1292,7 +1292,7 @@
Specifies the HSAIL properties used by the HSAIL Finalizer. The description
field has the following layout:
- .. code::
+ .. code:: c
struct amdgpu_hsa_note_hsail_s {
uint32_t hsail_major_version;
@@ -1305,7 +1305,7 @@
``NT_AMD_HSA_ISA_VERSION``
Specifies the target ISA version. The description field has the following layout:
- .. code::
+ .. code:: c
struct amdgpu_hsa_note_isa_s {
uint16_t vendor_name_size;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102910.346974.patch
Type: text/x-patch
Size: 874 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210521/f5247e34/attachment.bin>
More information about the llvm-commits
mailing list