Skip to content

Commit 985683f

Browse files
committed
fixup! [AMDGPU] - Add address space for strided buffers
1 parent 6cd2f72 commit 985683f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/AMDGPUUsage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ supported for the ``amdgcn`` target.
871871
Pointer**. Additionally, it contains an index into the buffer, which
872872
allows the direct addressing of structured elements.
873873

874-
The buffer descriptor must be *raw*:
874+
The bits in the buffer descriptor must meet the following requirements:
875875
the stride is the size of a structured element, the "add tid" flag must be 0,
876876
and the swizzle enable bits must be off.
877877

0 commit comments

Comments
 (0)