Skip to content

Commit ac0d415

Browse files
authored
Update documentation for buffer fat pointers (#92034)
Now that we've got (minus some issues around datatypes and invariant loads) working lowerings for address space 7, update the table in the AMDGPU usage guide to properly indicate the nature of these address spaces.
1 parent e08f1fd commit ac0d415

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/AMDGPUUsage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -824,8 +824,8 @@ supported for the ``amdgcn`` target.
824824
Constant 4 constant *same as global* 64 0x0000000000000000
825825
Private 5 private scratch 32 0xFFFFFFFF
826826
Constant 32-bit 6 *TODO* 0x00000000
827-
Buffer Fat Pointer (experimental) 7 *TODO*
828-
Buffer Resource (experimental) 8 *TODO*
827+
Buffer Fat Pointer 7 N/A N/A 160 0
828+
Buffer Resource 8 N/A V# 128 0x00000000000000000000000000000000
829829
Buffer Strided Pointer (experimental) 9 *TODO*
830830
Streamout Registers 128 N/A GS_REGS
831831
===================================== =============== =========== ================ ======= ============================

0 commit comments

Comments
 (0)