mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
[NFC][AMDGPU] Mark C code in AMDGPUUsage.rst
Reviewed By: foad Differential Revision: https://reviews.llvm.org/D102910
This commit is contained in:
parent
15caaeb8e5
commit
8dfab88553
@ -1279,7 +1279,7 @@ are deprecated and should not be used.
|
|||||||
Specifies the code object version number. The description field has the
|
Specifies the code object version number. The description field has the
|
||||||
following layout:
|
following layout:
|
||||||
|
|
||||||
.. code::
|
.. code:: c
|
||||||
|
|
||||||
struct amdgpu_hsa_note_code_object_version_s {
|
struct amdgpu_hsa_note_code_object_version_s {
|
||||||
uint32_t major_version;
|
uint32_t major_version;
|
||||||
@ -1292,7 +1292,7 @@ are deprecated and should not be used.
|
|||||||
Specifies the HSAIL properties used by the HSAIL Finalizer. The description
|
Specifies the HSAIL properties used by the HSAIL Finalizer. The description
|
||||||
field has the following layout:
|
field has the following layout:
|
||||||
|
|
||||||
.. code::
|
.. code:: c
|
||||||
|
|
||||||
struct amdgpu_hsa_note_hsail_s {
|
struct amdgpu_hsa_note_hsail_s {
|
||||||
uint32_t hsail_major_version;
|
uint32_t hsail_major_version;
|
||||||
@ -1305,7 +1305,7 @@ are deprecated and should not be used.
|
|||||||
``NT_AMD_HSA_ISA_VERSION``
|
``NT_AMD_HSA_ISA_VERSION``
|
||||||
Specifies the target ISA version. The description field has the following layout:
|
Specifies the target ISA version. The description field has the following layout:
|
||||||
|
|
||||||
.. code::
|
.. code:: c
|
||||||
|
|
||||||
struct amdgpu_hsa_note_isa_s {
|
struct amdgpu_hsa_note_isa_s {
|
||||||
uint16_t vendor_name_size;
|
uint16_t vendor_name_size;
|
||||||
|
Loading…
Reference in New Issue
Block a user