File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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`.
Original file line number Diff line number Diff line change @@ -83,6 +83,10 @@ Changes to the AArch64 Backend
8383Changes 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+
8690Changes to the ARM Backend
8791--------------------------
8892
You can’t perform that action at this time.
0 commit comments