File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -14251,6 +14251,13 @@ See ``WGP_MODE`` field in
14251
14251
The code sequences used to implement the memory model for GFX12 are defined in
14252
14252
table :ref:`amdgpu-amdhsa-memory-model-code-sequences-gfx12-table`.
14253
14253
14254
+ The mapping of LLVM IR syncscope to GFX12 instruction ``scope`` operands is
14255
+ defined in :ref:`amdgpu-amdhsa-memory-model-code-sequences-gfx12-scopes-table`.
14256
+
14257
+ The table only applies if and only if it is directly referenced by an entry in
14258
+ :ref:`amdgpu-amdhsa-memory-model-code-sequences-gfx12-table`, and it only applies to
14259
+ the instruction in the code sequence that references the table.
14260
+
14254
14261
.. table:: AMDHSA Memory Model Code Sequences GFX12 - Instruction Scopes
14255
14262
:name: amdgpu-amdhsa-memory-model-code-sequences-gfx12-scopes-table
14256
14263
@@ -14273,9 +14280,6 @@ table :ref:`amdgpu-amdhsa-memory-model-code-sequences-gfx12-table`.
14273
14280
singlethread-one-as *none* *none*
14274
14281
=================== =================== ===================
14275
14282
14276
- NOTE: The table above applies if and only if it is explicitly referenced by
14277
- a code sequence in :ref:`amdgpu-amdhsa-memory-model-code-sequences-gfx12-table`.
14278
-
14279
14283
.. table:: AMDHSA Memory Model Code Sequences GFX12
14280
14284
:name: amdgpu-amdhsa-memory-model-code-sequences-gfx12-table
14281
14285
You can’t perform that action at this time.
0 commit comments