[all-commits] [llvm/llvm-project] 8212d3: [Docs][AMDGPU] availability/visibility in addrspac...
Sameer Sahasrabuddhe via All-commits
all-commits at lists.llvm.org
Thu Jul 30 03:03:56 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8212d301fd86709c7965bbeb1d6964bb06c0341c
https://github.com/llvm/llvm-project/commit/8212d301fd86709c7965bbeb1d6964bb06c0341c
Author: Sameer Sahasrabuddhe <sameer.sahasrabuddhe at amd.com>
Date: 2026-07-30 (Thu, 30 Jul 2026)
Changed paths:
M llvm/docs/AMDGPUMemoryModel.md
M llvm/docs/AMDGPUUsage.rst
Log Message:
-----------
[Docs][AMDGPU] availability/visibility in addrspace(3) and other cleanups (#212707)
addrspace(3) on AMDGPU corresponds to LDS, which is a fast memory directly
accessed by all threads in a workgroup (there is no intervening cache). Thus,
any accesses to this addrspace have built-in availability and visibility at
"workgroup" scope.
Other cleanups:
- Update the intrinsic names to match the implementation.
- Explain store-available and load-visible.
- Rename to "make-available" and "make-visible" for consistent spelling.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list