[mlir] [clang] [llvm] [AMDGPU] - Add address space for strided buffers (PR #74471)
Nicolai Hähnle via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 7 01:46:09 PST 2023
================
@@ -864,6 +865,17 @@ supported for the ``amdgcn`` target.
(bits `127:96`). The specific interpretation of these fields varies by the
target architecture and is detailed in the ISA descriptions.
+**Buffer Strided Pointer**
+ The buffer index pointer is an experimental address space. It is supposed to
+ model a 128-bit buffer descriptor and a 32-bit offset, like the **Buffer Fat
+ Pointer**. Additionally, it contains an index into the descriptor, which
----------------
nhaehnle wrote:
index into the **buffer**
https://github.com/llvm/llvm-project/pull/74471
More information about the cfe-commits
mailing list