Skip to content

Commit 1914aeb

Browse files
committed
Update docs.
1 parent 544bf96 commit 1914aeb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

llvm/docs/AMDGPUUsage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18188,7 +18188,7 @@ terminated by an ``.end_amdhsa_kernel`` directive.
1818818188
(cumode)
1818918189
``.amdhsa_memory_ordered`` 1 GFX10-GFX12 Controls MEM_ORDERED in
1819018190
:ref:`amdgpu-amdhsa-compute_pgm_rsrc1-gfx6-gfx12-table`.
18191-
``.amdhsa_forward_progress`` 0 GFX10-GFX12 Controls FWD_PROGRESS in
18191+
``.amdhsa_forward_progress`` 1 GFX10-GFX12 Controls FWD_PROGRESS in
1819218192
:ref:`amdgpu-amdhsa-compute_pgm_rsrc1-gfx6-gfx12-table`.
1819318193
``.amdhsa_shared_vgpr_count`` 0 GFX10-GFX11 Controls SHARED_VGPR_COUNT in
1819418194
:ref:`amdgpu-amdhsa-compute_pgm_rsrc3-gfx10-gfx11-table`.

llvm/docs/ReleaseNotes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ Changes to the AArch64 Backend
8383
Changes to the AMDGPU Backend
8484
-----------------------------
8585

86+
* Enabled the
87+
[FWD_PROGRESS bit](https://llvm.org/docs/AMDGPUUsage.html#code-object-v3-kernel-descriptor)
88+
for all GFX ISAs greater or equal to 10
89+
8690
Changes to the ARM Backend
8791
--------------------------
8892

0 commit comments

Comments
 (0)