Skip to content

[AMDGPU] Fix user SGPR alloc order in docs #119092

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions llvm/docs/AMDGPUUsage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5756,9 +5756,6 @@ SGPR register initial state is defined in
then Flat Scratch Init 2 See
(enable_sgpr_flat_scratch :ref:`amdgpu-amdhsa-kernel-prolog-flat-scratch`.
_init)
then Preloaded Kernargs N/A See
(kernarg_preload_spec :ref:`amdgpu-amdhsa-kernarg-preload`.
_length)
then Private Segment Size 1 The 32-bit byte size of a
(enable_sgpr_private single work-item's memory
_segment_size) allocation. This is the
Expand All @@ -5779,6 +5776,9 @@ SGPR register initial state is defined in
may be needed for GFX9-GFX11 which
changes the meaning of the
Flat Scratch Init value.
then Preloaded Kernargs N/A See
(kernarg_preload_spec :ref:`amdgpu-amdhsa-kernarg-preload`.
_length)
then Work-Group Id X 1 32-bit work-group id in X
(enable_sgpr_workgroup_id dimension of grid for
_X) wavefront.
Expand Down
Loading