summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChinmay Deshpande <chdeshpa@amd.com>2025-11-11 13:25:05 -0800
committerGitHub <noreply@github.com>2025-11-11 13:25:05 -0800
commit8003613519fd1cec3eb3ed8c2aa1b5d64ae433b5 (patch)
tree105e8291fc346f72a0e93fa43140c736eb8fd5dd
parent2f7a5f7ffdff0660d465bf6024177529bc857de7 (diff)
[AMDGPU[Doc] Update usage of Local Data "Share" to "Store"users/chinmaydd/lds-doc
-rw-r--r--llvm/docs/AMDGPUUsage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index ba0e53bceade..7f29361272c3 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -19449,7 +19449,7 @@ within a map that has been added by the same *vendor-name*.
=========================== ============== ========= ===============================================================
".entry_point" string The ELF symbol pointing to this pipeline's stage entry point.
".scratch_memory_size" integer Scratch memory size in bytes.
- ".lds_size" integer Local Data Share size in bytes.
+ ".lds_size" integer Local Data Store size in bytes.
".perf_data_buffer_size" integer Performance data buffer size in bytes.
".vgpr_count" integer Number of VGPRs used.
".agpr_count" integer Number of AGPRs used.