buffer_load_dword GPU Native ISA AMD Vector
BUFFER LOAD DWORD Vector/Global Memory
buffer_load_dword VDST, VADDR, SRSRC, offset
Load one 32-bit dword per lane through a buffer (raw/structured) resource descriptor.
Encoding
Verified bit-level encoding data is not yet available for this instruction.
The instruction-format classification below (MUBUF)
is well-documented and stable; exact per-target opcode/field bit positions have not
yet been imported from a verified source.
Operands
-
VDST
Destination VGPR -
VADDR
Per-lane offset (VGPR) -
SRSRC
Buffer resource descriptor (SGPR x4) -
offset
Immediate offset
GFX Target Compatibility
| Target | Support |
|---|---|
| gfx942 | ✅ Supported |
| gfx1100 | ✅ Supported |
Related PTX Concepts
Reference
AMDGPU / GFX ISA
Semantics
VDST[lane] = *(resource-relative address computed from SRSRC, VADDR[lane], offset) for each active lane; bounds-checked against the descriptor.
Sources
- ROCm Documentation ↗ — Advanced Micro Devices, Inc.
- User Guide for AMDGPU Backend ↗ — LLVM Project